docs: add versioning policy, changelog, and update contributing guide #149
Reference in New Issue
Block a user
Delete Branch "fix/issue-120"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Addresses issue #120 - Foundation work for documentation.
Changes
VERSIONING.md (new) - Documents versioning policy:
main(0.1.x stable),develop(0.2.x experimental)docs/CHANGELOG.md (new) - Release notes:
CONTRIBUTING.md (updated):
master->mainreferencesdevelopbranch documentationAcceptance Criteria
Fixes #120
@@ -3,3 +3,3 @@## Workflow1. Create a branch for your work: `git checkout -b fix/issue-N-name` or `git checkout -b docs/topic-name`1. Create a branch for your work: `git checkout -b fix/issue-N-name` or `git checkout -b feat/feature-name`the branch name should be fix/issue-N-bug-name or feat/issue-N-feature-name
added a minor adjustment request
lgtm