You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once an issue is resolved via a pull request, release notes should be updated with a summary of the changes made. The version/tag number of the release has the following format:
v[major].[minor].[patch]
major is bumped when a large feature request is merged. minor is bumped when a small feature request is merged. patch is bumped when an existing feature request is updated.
Each set of release notes should follow the following format:
## Notable Changes
- [Description for the first change made] (#[issue or PR number])
- [Description for the second change made] (#[issue or PR number])
- [Description for the third change made] (#[issue or PR number])
- ...
Running Development Builds
See the readme for first step up assistance. (editor note: should I expand this if I wrote this in readme?)