-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
542 changed files
with
8,660 additions
and
39,144 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ | |
|
||
# review whenever someone opens a pull request. | ||
|
||
* @ceyonur @darioush | ||
|
||
* @darioush @ceyonur |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,35 @@ | ||
# Contributing | ||
|
||
Thank you for considering to help out with the source code! We welcome | ||
contributions from anyone on the internet, and are grateful for even the | ||
Thank you for considering to help out with the source code! We welcome | ||
contributions from anyone on the internet, and are grateful for even the | ||
smallest of fixes! | ||
|
||
If you'd like to contribute to subnet-evm, please fork, fix, commit and send a | ||
If you'd like to contribute to coreth, please fork, fix, commit and send a | ||
pull request for the maintainers to review and merge into the main code base. If | ||
you wish to submit more complex changes though, please check up with the core | ||
devs first on [Discord](https://chat.avalabs.org) to | ||
ensure those changes are in line with the general philosophy of the project | ||
you wish to submit more complex changes though, please check up with the core | ||
devs first on [Discord](https://chat.avalabs.org) to | ||
ensure those changes are in line with the general philosophy of the project | ||
and/or get some early feedback which can make both your efforts much lighter as | ||
well as our review and merge procedures quick and simple. | ||
|
||
## Coding guidelines | ||
|
||
Please make sure your contributions adhere to our coding and documentation | ||
guidelines: | ||
|
||
- Code must adhere to the official Go | ||
[formatting](https://go.dev/doc/effective_go#formatting) guidelines | ||
(i.e. uses [gofmt](https://pkg.go.dev/cmd/gofmt)). | ||
- Pull requests need to be based on and opened against the `master` branch. | ||
- Pull reuqests should include a detailed description | ||
- Commits are required to be signed. See [here](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) | ||
for information on signing commits. | ||
- Commit messages should be prefixed with the package(s) they modify. | ||
- E.g. "eth, rpc: make trace configs optional" | ||
|
||
## Documentation guidelines | ||
|
||
- Code should be well commented, so it is easier to read and maintain. | ||
Any complex sections or invariants should be documented explicitly. | ||
- Code must be documented adhering to the official Go | ||
[commentary](https://go.dev/doc/effective_go#commentary) guidelines. | ||
- Changes with user facing impact (e.g., addition or modification of flags and | ||
options) should be accompanied by a link to a pull request to the [avalanche-docs](https://github.com/ava-labs/avalanche-docs) | ||
repository. [example](https://github.com/ava-labs/avalanche-docs/pull/1119/files). | ||
- Changes that modify a package significantly or add new features should | ||
either update the existing or include a new `README.md` file in that package. | ||
Please make sure your contributions adhere to our coding guidelines: | ||
|
||
* Code must adhere to the official Go | ||
[formatting](https://go.dev/doc/effective_go#formatting) guidelines | ||
(i.e. uses [gofmt](https://pkg.go.dev/cmd/gofmt)). | ||
* Code must be documented adhering to the official Go | ||
[commentary](https://go.dev/doc/effective_go#commentary) guidelines. | ||
* Pull requests need to be based on and opened against the `master` branch. | ||
* Pull reuqests should include a detailed description | ||
* Commits are required to be signed. See [here](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) | ||
for information on signing commits. | ||
* Commit messages should be prefixed with the package(s) they modify. | ||
* E.g. "eth, rpc: make trace configs optional" | ||
|
||
## Can I have feature X | ||
|
||
Before you submit a feature request, please check and make sure that it isn't | ||
Before you submit a feature request, please check and make sure that it isn't | ||
possible through some other means. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,3 @@ | |
## How this works | ||
|
||
## How this was tested | ||
|
||
## How is this documented |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.