Skip to content

Commit

Permalink
Add CONTRIBUTING file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Jul 16, 2023
1 parent 39aa777 commit d524b0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Contributing


## Release

1. Update version in CHANGELOG.md and add notes
1. If possible link the pull request of the changes and mention the author of the pull request
2. Create new commit
1. `git add CHANGELOG.md`
1. `git commit -m "changelog for v0.45.0"`
3. Make a new version tag (for example, `v0.45.0`)
1. `git tag v0.45.0`
4. Push changes to the repo.
1. `git push --atomic [insert-remote-branch] main v0.45.0`

0 comments on commit d524b0a

Please sign in to comment.