Skip to content

Commit c85e48f

Browse files
author
Ricky White
committed
Add issue and PR templates
1 parent 5a3967b commit c85e48f

3 files changed

Lines changed: 81 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: If you have a feature or enhancement request
4+
---
5+
6+
## Feature / Enhancement proposed
7+
8+
_What capability would you like to add? Is it something you currently you cannot do? Is this related to an issue/problem?_
9+
10+
## Workarounds
11+
12+
Can you achieve the same result doing it in an alternative way?
13+
14+
## Has the feature been requested before?
15+
16+
_If yes, Please provide a link to relevant issues and PRs._
17+
18+
## If the feature request is approved, would you be willing to submit a PR?
19+
20+
_(Help can be provided if you need assistance submitting a PR)_
21+
22+
[] Yes [] No
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: For reporting bugs and other general issues.
4+
---
5+
6+
**Description of the issue**
7+
8+
Describe your issue here.
9+
10+
**Expected behavior**
11+
12+
Tell us what _should_ happen
13+
14+
**Actual behavior**
15+
16+
Tell us what _actually_ happens
17+
18+
**Your environment**
19+
20+
Tell us more about your environment; such as, What OS are you running? What version of _pluginName_ are you using? Etc.
21+
22+
**Steps to reproduce**
23+
24+
Tell us how to reproduce this issue. Please include code examples as necessary.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Pull request
3+
about: If you have a pull request to fix a bug or add a feature
4+
---
5+
6+
## Pull request checklist
7+
8+
Please check if your PR fulfills the following requirements:
9+
10+
- [ ] You have read the contributing guide
11+
- [ ] Tests for the changes have been added
12+
- [ ] The documentation has been reviewed and updated as needed
13+
14+
## What is the current behavior?
15+
16+
_Please describe the current behavior that you are modifying, and link its a relevant issue_
17+
18+
Issue Number: _Add the issue number this PR address here._
19+
20+
## What is the new behavior?
21+
22+
-
23+
-
24+
-
25+
26+
## Does this introduce a breaking change?
27+
28+
- [ ] Yes
29+
- [ ] No
30+
31+
**If yes, please describe...**
32+
33+
## Other relevant information
34+
35+
_e.g. does this PR require another PR to be merged first?_

0 commit comments

Comments
 (0)