Skip to content

Commit

Permalink
docs(contributing): document make license in contributing document
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 16, 2021
1 parent c5397c4 commit bc4d8c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ For coding style, you may refer to the [code style](CODE_STYLE.md) document whic
make lint
```

9. **Create a pull request.**
9. **Add licenses to new Go and Proto files**

If you added any new file, run `make license` to setup all licenses on relevant files.
If you do not have `make` available, you can copy paste the command from the Makefile's `license:` block and run that instead.
10. **Create a pull request.**
Navigate your browser to [https://github.com/ChainSafe/gossamer](https://github.com/ChainSafe/gossamer) and click on the new pull request button. In the “base” box on the left, change the branch to “**base development**”, the branch that you want your changes to be applied to. In the “compare” box on the right, select feature-in-progress-branch, the branch containing the changes you want to apply. You will then be asked to answer a few questions about your pull request. After you complete the questionnaire, the pull request will appear in the list of pull requests at [https://github.com/ChainSafe/gossamer/pulls](https://github.com/ChainSafe/gossamer/pulls).
Expand Down

0 comments on commit bc4d8c4

Please sign in to comment.