Skip to content

Commit 6f3c10e

Browse files
Merge pull request #18 from EGA-archive/feature/add-pull-request-template
Added pull request template
2 parents 0e26393 + 9fca349 commit 6f3c10e

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us fix an issue you experienced.
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us fix an issue.
44
labels: bug
55
---
66

.github/ISSUE_TEMPLATE/request_change.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Request change
3-
about: Create a request for changes to the FEGA onboarding materials
2+
name: "\U0001F680 Feature request"
3+
about: Create a request for changes.
44
labels: requested-change
55
---
66

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--- Thank you for taking the time to contribute to this project! -->
2+
<!--- Provide a general summary of your changes in the Title above -->
3+
4+
## Description
5+
<!--- Describe your changes in detail. Bullet points are recommended. -->
6+
7+
## Motivation and Context
8+
<!--- Why is this change required? What problem does it solve? -->
9+
<!--- If it fixes an open issue, please link to the issue here. -->
10+
11+
## How has this been tested?
12+
<!--- If applicable, please describe in detail how you tested your changes. -->
13+
<!--- Include details of your testing environment, tests ran to see how -->
14+
<!--- your change affects other areas of the code, etc. -->
15+
16+
## Types of changes
17+
<!--- What types of changes does your PR introduce? Put an `x` in all the boxes that apply: -->
18+
- [ ] Bug fix (non-breaking change which fixes an issue)
19+
- [ ] New content (non-breaking change which adds new content)
20+
- [ ] Modified content (non-breaking change which modifies existing content)
21+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
22+
23+
## Checklist:
24+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
25+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
26+
- [ ] I have read the CONTRIBUTING.md guide.
27+
- [ ] My changes follow the code style of this project.
28+
- [ ] I have updated supporting documentation, if required.
29+
- [ ] I have added my details to the CONTRIBUTORS.yaml file.

0 commit comments

Comments
 (0)