Skip to content

Commit

Permalink
Merge pull request #2697 from ChristianMurphy/issue-form
Browse files Browse the repository at this point in the history
docs: issue form and issue configuration
  • Loading branch information
ChristianMurphy committed Aug 30, 2023
2 parents 6d60d4d + b8e640d commit 07ed2f8
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 50 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature.yml
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
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 07ed2f8

Please sign in to comment.