This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4dfbfb
commit 1e5ab59
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Status | ||
|
||
- [ ] Ready | ||
- [ ] Draft | ||
- [ ] Hold | ||
|
||
## Description | ||
|
||
Describe your changes here to communicate to the maintainers why we should accept this pull request. | ||
If it fixes a bug or resolves a feature request, be sure to include a link to that issue. | ||
|
||
## Types of changes | ||
|
||
What types of changes does your code introduce to STACKn? | ||
|
||
- [ ] Hotfix (fixing a critical bug in production) | ||
- [ ] Bugfix | ||
- [ ] New feature | ||
- [ ] Documentation update | ||
|
||
## Checklist | ||
|
||
_If you're unsure about any of the items below, don't hesitate to ask. We're here to help! | ||
This is simply a reminder of what we are going to look for before merging your code._ | ||
|
||
- [ ] This pull request is against **develop** branch (not applicable for hotfixes) | ||
- [ ] I have included a link to issue on GitHub or JIRA (if any) | ||
- [ ] I have included migration files (if there are changes to the model classes) | ||
- [ ] I have read the [CONTRIBUTING](https://github.com/scaleoutsystems/stackn/blob/master/CONTRIBUTING.md) doc | ||
- [ ] I have included tests to complement my changes | ||
- [ ] I have updated the related documentation (if necessary) | ||
- [ ] I have added a reviewer for this pull request | ||
- [ ] I have added myself as an author for this pull request | ||
|
||
## Further comments | ||
|
||
Anything else you think we should know before merging your code! |