File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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! -->
You can’t perform that action at this time.
0 commit comments