-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: issue template and issue configuration
- Loading branch information
1 parent
c2249c0
commit 5dcf616
Showing
5 changed files
with
102 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
name: 🐛 Bug report | ||
description: Describe a problem | ||
|
||
body: | ||
- type: textarea | ||
id: describe-the-bug | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: stacktrace | ||
attributes: | ||
label: Stacktrace | ||
description: If applicable, a stacktrace to help explain your problem. | ||
- type: input | ||
id: uportal-version | ||
attributes: | ||
label: uPortal version | ||
description: What version of uPortal are you using? | ||
placeholder: uPortal 5.15.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: operating-system | ||
attributes: | ||
label: OS | ||
description: What operating system are you using? | ||
multiple: true | ||
options: | ||
- Windows | ||
- Linux | ||
- macOS | ||
- Other (please specify in steps to reproduce) | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browser | ||
attributes: | ||
label: Browser | ||
description: What browser are you using? | ||
multiple: true | ||
options: | ||
- Chrome | ||
- Safari | ||
- Edge | ||
- FireFox | ||
- Other (please specify in steps to reproduce) | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: 🚀 Feature request | ||
description: Suggest an idea | ||
|
||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem | ||
description: Please describe the problem you are trying to solve here. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution | ||
description: What should happen? Please describe the desired behavior. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: What are the alternative solutions? Can this be solved in a different way? | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🙋 Ask a question | ||
url: https://groups.google.com/a/apereo.org/forum/#!forum/uportal-user | ||
about: Ask questions and discuss with other community members |
This file was deleted.
Oops, something went wrong.