-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* template_change * pr_template_updated * new_feature_checkbox_change
- Loading branch information
1 parent
02bc959
commit abe245f
Showing
3 changed files
with
93 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,39 @@ | ||
**Purpose of PR?**: | ||
|
||
Fixes # | ||
|
||
**Does this PR introduce a breaking change?** | ||
|
||
**If the changes in this PR are manually verified, list down the scenarios covered:**: | ||
|
||
**Additional information for reviewer?** : | ||
_Mention if this PR is part of any design or a continuation of previous PRs_ | ||
|
||
**Does this PR results in some Documentation changes?** | ||
_If yes, include the list of Documentation changes_ | ||
|
||
**Checklist:** | ||
- [ ] Bug fix. Fixes #<issue number> | ||
- [ ] New feature (Non-API breaking changes that adds functionality) | ||
- [ ] PR Title follows the convention of `<type>: <subject>` | ||
- [ ] Commit has unit tests | ||
|
||
<!-- | ||
The PR title message must follow convention: | ||
`<type>: <subject>`. | ||
Where: <br /> | ||
- `type` is to define what type of PR is this. | ||
Most common types are: | ||
- `feat` - for new features, not a new feature for build script | ||
- `fix` - for bug fixes or improvements, not a fix for build script | ||
- `chore` - changes not related to production code | ||
- `docs` - changes related to documentation | ||
- `style` - formatting, missing semi colons, linting fix etc; no significant production code changes | ||
- `test` - adding missing tests, refactoring tests; no production code change | ||
- `refactor` - refactoring production code, eg. renaming a variable or function name, there should not be any significant production code changes | ||
- `subject` is a single line brief description of the changes made in the pull request. | ||
--> |
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,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
|
||
**General Information** | ||
|
||
Please describe your issue in few words here. | ||
|
||
**How to Reproduce** | ||
|
||
1. Instruction 1 | ||
2. Instruction 2 | ||
|
||
**Expected behavior** | ||
|
||
A description of what you expected to happen. | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots to help explain your problem. |
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,26 @@ | ||
--- | ||
name: Feature request/Enhancement | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
**Short Description** | ||
|
||
E.g., MSS could support ensuring that cows don't take over the world and turn us all into their loyal milkmaids. | ||
|
||
**Is your feature request related to a problem? Please describe the use case.** | ||
|
||
A description of what the problem/use case is. E.g. Prevent the impending cow uprising and maintain human dominance on Earth. | ||
|
||
**Describe the solution you'd like** | ||
|
||
A description of what you want to happen. E.g., Develop a "Moofense" system that deploys an army of robotic cow herders to keep the bovine rebellion in check. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A description of any alternative solutions or features you've considered. E.g, Alternatively, we could offer the cows a reality TV show deal and distract them with celebrity pasture appearances, turning them into the world's first moo-dia stars. |