Skip to content

Commit b85001a

Browse files
committed
Configure CODEOWNERS
1 parent 2de28e5 commit b85001a

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# List of approvers/reviewers for OpenZeppelin Community Contracts
2+
#
3+
# Get in touch with us via the OpenZeppelin Forum
4+
# https://forum.openzeppelin.com/
5+
#
6+
# Learn about CODEOWNERS file format:
7+
# https://help.github.com/en/articles/about-code-owners
8+
9+
# These owners will be the default owners for everything in the repo.
10+
* @OpenZeppelin/contracts

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Contracts and libraries in this repository are provided as is, with no particula
2424

2525
- Code in this repository is not audited. Maintainers will review the code to the extend that the is no obviously malicious code published, but bugs may be present in this code that may lead to privilege escalation or loss of funds. Any code taken from this repository should be audited before being used in production.
2626

27-
- Code in this repository is NOT covered by the [OpenZeppelin bug bounty on Immunefi](https://immunefi.com/bug-bounty/openzeppelin/).
27+
- Code in this repository is NOT covered by the [OpenZeppelin bug bounty on Immunefi](https://immunefi.com/bug-bounty/openzeppelin/) unless explicitly specified otherwise.
2828

2929
- Code in this repository comes with no backward compatibility guarantees. Updates may change internal or external interfaces without notice. Dependencies updates may also break code present in this repository.
3030

@@ -38,6 +38,10 @@ Contracts and libraries in this repository are provided as is, with no particula
3838

3939
OpenZeppelin Contracts exists thanks to its contributors. There are many ways you can participate and help build high quality software. Check out the [contribution guide](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CONTRIBUTING.md)!
4040

41+
### CODEOWNERS
42+
43+
Contributions to this repository require approval from a code owner (see [./.github/CODEOWNERS]). They are responsible for reviewing contributions to their respective areas of the codebase and ensuring that they meet the project's standards for quality and security.
44+
4145
## License
4246

4347
Each contract file should have their own licence specified. In the absence of any specific licence information, file is released under the [MIT License](LICENSE).

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@openzeppelin/contracts-experimental",
2+
"name": "@openzeppelin/community-contracts",
33
"version": "0.0.1",
4-
"description": "Experimental Smart Contract library for Solidity",
4+
"description": "Solidity library of smart contracts from the OpenZeppelin Community",
55
"author": "OpenZeppelin Community <[email protected]>",
66
"license": "MIT",
77
"files": [
@@ -18,10 +18,10 @@
1818
"homepage": "https://openzeppelin.com/contracts/",
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts-experimental.git"
21+
"url": "https://github.com/OpenZeppelin/openzeppelin-community-contracts.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts-experimental/issues"
24+
"url": "https://github.com/OpenZeppelin/openzeppelin-community-contracts/issues"
2525
},
2626
"keywords": [
2727
"solidity",

0 commit comments

Comments
 (0)