Skip to content

Commit e3ea0e5

Browse files
authored
Merge pull request #53 from rootstrap/update_issue_pr_templates
Update issue and PR templates
2 parents 2defc5f + bacefa2 commit e3ea0e5

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[Bug] "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Bug report:
11+
* **Expected Behavior**:
12+
* **Actual Behavior**:
13+
* **Steps to Reproduce**:
14+
1.
15+
2.
16+
3.
17+
18+
* **Version of the repo**:
19+
* **Ruby and Rails Version**:
20+
* **Rails Stacktrace**: this can be found in the `log/development.log` or `log/test.log`, if this is applicable.
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: Suggest an idea for this project
4+
title: '[FEATURE]'
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
<!-- Please note by far the quickest way to get a new feature is to file a Pull Request.
10+
We will consider your request but it may be closed if it's something we're not actively planning to work on. -->
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Summary
2+
3+
<!-- Provide a general description of the code changes in your pull
4+
request... were there any bugs you had fixed? If so, mention them. If
5+
these bugs have open GitHub issues, be sure to tag them here as well,
6+
to keep the conversation linked together. -->
7+
8+
### Other Information
9+
10+
<!-- If there's anything else that's important and relevant to your pull
11+
request, mention that information here.
12+
Thanks for contributing to this project! -->

0 commit comments

Comments
 (0)