Adds few templates and release policy

This commit is contained in:
Athitya 2017-10-21 02:24:11 +05:30
parent 203873e20f
commit 96dfd12f1a
3 changed files with 41 additions and 15 deletions

12
ISSUE_TEMPLATE.md Normal file
View file

@ -0,0 +1,12 @@
### Description
Thanks for opening this issue. Add a brief description of what this issue is, and how to recreate it. Do tag the relevant issue(s) and PR(s) below. If required, add some screenshot(s) to showcase the issue.
- Relevant Issues : (none)
- Relevant PRs : (none)
- Type of issue :
- [ ] Installation
- [ ] Font-related
- [ ] Feature request
- [ ] Bug in existing feature
- [ ] Developer mode : Code quality / Tests / Documentation

View file

@ -1,18 +1,12 @@
### Description
<-- A brief description of what this Pull Request does. Do tag the relevant issue(s) and PR(s) below. -->
Thanks for contributing this Pull Request. Add a brief description of what this Pull Request does. Do tag the relevant issue(s) and PR(s) below. If required, add some screenshot(s) to support your changes.
- Relevant Issues :
- Relevant PRs :
### Screenshots
<-- Some screenshot(s) to support your changes. -->
### Type of change
- [ ] New feature
- [ ] Bug fix for existing feature
- [ ] Code quality improvement
- [ ] Addition or Improvement of tests
- [ ] Addition or Improvement of documentation
- Relevant Issues : (none)
- Relevant PRs : (none)
- Type of change :
- [ ] New feature
- [ ] Bug fix for existing feature
- [ ] Code quality improvement
- [ ] Addition or Improvement of tests
- [ ] Addition or Improvement of documentation

20
RELEASE_POLICY.md Normal file
View file

@ -0,0 +1,20 @@
# Release Policy
Applicable from colorls v1.0.0 onwards
### Versioning
Colorls follows semantic versioning whereby the version number is always in the form MAJOR.MINOR.PATCH
- Patch bump : Bug fixes
- Minor bump : New features (with backwards compatibility)
- Major bump : API breaking changes
For Major and Minor bumps release candidates should be released around 2 weeks prior to the bump and are indicated by MAJOR.MINOR.0.rc.
For more information see the full semantic versioning specification at http://semver.org/.
### Release Timing
Patch releases should be done after every fix of a major bug (as tagged in the github issue tracker).
Major releases should be kept to the minimum.