Skip to content

Commit

Permalink
Merge pull request #833 from CarlJi/master
Browse files Browse the repository at this point in the history
add issue templates
  • Loading branch information
xushiwei authored Oct 14, 2021
2 parents b92f505 + ce73a44 commit 0457cf4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Bug Report
description: Report a bug in goplus/gop
labels: bug
body:
- type: textarea
id: problem
attributes:
label: What happened?
description: |
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
validations:
required: true

- type: textarea
id: expected
attributes:
label: What did you expect to happen?
validations:
required: true
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Visit the Go+ website
url: https://goplus.org
about: Much help can be found there
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Enhancement proposal
description: Propose an enhancement for this project
labels: enhancement
body:
- type: textarea
id: feature
attributes:
label: What would you like to be added?
validations:
required: true

- type: textarea
id: rationale
attributes:
label: Why is this needed?
validations:
required: true

0 comments on commit 0457cf4

Please sign in to comment.