File tree 4 files changed +95
-0
lines changed
4 files changed +95
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ description : Create a report to help us improve
4
+ labels :
5
+ - bug
6
+ body :
7
+ - type : textarea
8
+ attributes :
9
+ label : Version of privateer
10
+ description : The version of privateer you're experiencing the bug on.
11
+ validations :
12
+ required : true
13
+
14
+ - type : textarea
15
+ attributes :
16
+ label : Describe the bug
17
+ description : A clear and concise description of what the bug is.
18
+ validations :
19
+ required : true
20
+
21
+ - type : textarea
22
+ attributes :
23
+ label : To Reproduce
24
+ description : Steps to reproduce the behavior
25
+ placeholder : |
26
+ 1. Go to '...'
27
+ 2. Click on '....'
28
+ 3. Scroll down to '....'
29
+ 4. See error
30
+ validations :
31
+ required : true
32
+
33
+ - type : textarea
34
+ attributes :
35
+ label : Expected behavior
36
+ description : A clear and concise description of what you expected to happen.
37
+ validations :
38
+ required : true
39
+
40
+ - type : textarea
41
+ attributes :
42
+ label : Screenshots
43
+ description : If applicable, add screenshots to help explain your problem.
44
+ validations :
45
+ required : false
46
+
47
+ - type : textarea
48
+ attributes :
49
+ label : Additional context
50
+ description : Add any other context about the problem here.
51
+ validations :
52
+ required : false
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+
3
+ contact_links :
4
+ - name : Ask a question by filing an issue
5
+ url : https://github.com/privateerproj/privateer/issues/new/choose
6
+ about : Ask a question by filing an issue
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ description : Suggest an idea for this project
4
+ labels :
5
+ - enhancement
6
+ body :
7
+ - type : textarea
8
+ attributes :
9
+ label : Is your feature request related to a problem?
10
+ description : A clear and concise description of what the problem is. Please describe.
11
+ placeholder : |
12
+ Ex. I'm always frustrated when [...]
13
+ validations :
14
+ required : false
15
+
16
+ - type : textarea
17
+ attributes :
18
+ label : Describe the solution you'd like
19
+ description : A clear and concise description of what you want to happen.
20
+ validations :
21
+ required : true
22
+
23
+ - type : textarea
24
+ attributes :
25
+ label : Describe alternatives you've considered
26
+ description : A clear and concise description of any alternative solutions or features you've considered.
27
+ validations :
28
+ required : false
29
+
30
+ - type : textarea
31
+ attributes :
32
+ label : Additional context
33
+ description : Add any other context or screenshots about the feature request here.
34
+ validations :
35
+ required : false
Original file line number Diff line number Diff line change 23
23
test_output
24
24
25
25
** /generated-plugin
26
+
27
+ ! .github /ISSUE_TEMPLATE /config.yml
You can’t perform that action at this time.
0 commit comments