Skip to content

Commit 004a4bd

Browse files
authored
Merge pull request #48 from fastruby/feature/add-issue-templates
Add FEATURE REQUEST and BUG REPORT templates
2 parents da7ff8c + 7a34873 commit 004a4bd

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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+
**IMPORTANT: please make sure you ask yourself all intro questions and fill all sections of the template.**
10+
11+
**Before we start...:**
12+
13+
- [ ] I checked the documentation and found no answer
14+
- [ ] I checked to make sure that this issue has not already been filed
15+
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects)
16+
17+
**Version, Branch, or Commit:**
18+
19+
What branch/commit/version of "next_rails" you are using?
20+
21+
**Expected behavior:**
22+
23+
Please include a detailed description of the behavior you were expecting when you encountered this issue.
24+
25+
**Actual behavior:**
26+
27+
Please include a detailed description of the actual behavior of the application.
28+
29+
**Steps to reproduce:**
30+
31+
How do I achieve this behavior? Use the following format to provide a step-by-step guide:
32+
33+
1. Step 1: ...
34+
2. Step 2: ...
35+
36+
**Context and environment:**
37+
38+
Provide any relevant information about your setup (Customize the list accordingly based on what info is relevant to this project)
39+
40+
1. Version of the software the issue is being opened for.
41+
2. Operating System
42+
3. Operating System version
43+
4. Ruby version
44+
45+
_Delete any information that is not relevant._
46+
47+
**Logs**
48+
49+
Include relevant log snippets or files here.
50+
51+
**I will abide by the [code of conduct](https://github.com/fastruby/next_rails/blob/main/CODE_OF_CONDUCT.md)**
+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Feature request
3+
about: Request a new feature
4+
title: "[REQUEST]"
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
**IMPORTANT: please make sure you ask yourself all intro questions and fill all sections of the template.**
10+
11+
**Before we start...:**
12+
13+
- [ ] I checked the documentation and didn't find this feature
14+
- [ ] I checked to make sure that this feature has not already been requested
15+
16+
**Branch/Commit:**
17+
18+
Inform what branch/commit/version of "next_rails" you are using.
19+
20+
**Describe the feature:**
21+
22+
Please include a detailed description of the feature you are requesting and any detail on it’s expected behavior.
23+
24+
> **As a \<role name\>** > **I do \<something\>** > **And then I do \<another action\>** > **And I see \<some result\>**
25+
26+
**Problem:**
27+
28+
Please include a detailed description of the problem this feature would solve.
29+
30+
> **As a \<role name\>** > **I want to \<do something\>** > **So that I can achieve a \<goal\>**
31+
32+
**Mockups:**
33+
34+
Include any mockup idea related to the requested feature if it applies.
35+
36+
**Resources:**
37+
38+
If you have resources related to the implementation or research for this feature, add them here.
39+
40+
**I will abide by the [code of conduct](https://github.com/fastruby/next_rails/blob/main/CODE_OF_CONDUCT.md)**

0 commit comments

Comments
 (0)