Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
updating issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Dec 27, 2023
1 parent 30f91e8 commit ac11983
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 11 deletions.
24 changes: 16 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Metadata for the issue
name: Bug Report
description: Found a bug or problem? Use this template to report it to our team.
labels: ["bug"]
assignees:
- tommerty
- trent-gezel

# Body of the issue
body:
# Introduction
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: brief
attributes:
label: Brief Overview
description: Can you give us a brief overview of the problem?
placeholder: Button on the home page doesn't work
validations:
required: true
# Expanded description of the problem
- type: textarea
id: what-happened
attributes:
Expand All @@ -26,6 +24,8 @@ body:
value: "When I clicked the 'hello' button it brought me to a 404 error and not the 'hello' page."
validations:
required: true

# Site where the problem occurred
- type: dropdown
id: site
attributes:
Expand All @@ -38,6 +38,8 @@ body:
default: 0
validations:
required: true

# Browsers where the problem occurred
- type: dropdown
id: browsers
attributes:
Expand All @@ -48,3 +50,9 @@ body:
- Chrome
- Safari
- Microsoft Edge

# Tagging the developers team
- type: markdown
attributes:
value: |
/cc @doras-to/developers
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Doras Documentation
url: https://docs.doras.to
about: File an issue or make an improvement to the docs website.
- name: 💁 Support
url: https://doras.to/discord
about: "If you need help with your account or have a question, a better option is to join our Discord server."
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/content-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Metadata for the issue
name: Content or Documentation
description: Have an issue about our written content or documentation? Create an issue here.
labels: ["SDC"]
assignees:
- lady-d-22

# Body of the issue
body:
# Introduction
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
# Expanded description of the problem
- type: textarea
id: what-happened
attributes:
label: Tell us what's going on!
description: This can be anything from a typo, broken link, or issue/request with the documentation as a whole.
placeholder: Tell us what you see!
value: "there's a typo with...."
validations:
required: true

# Site where the problem occurred
- type: dropdown
id: site
attributes:
label: Which site is this issue on?
description: Which site is this issue on?
options:
- admin.doras.to (Admin Dashboard)
- doras.to (Main Site) including on a users profile
- nua.doras.to
default: 0
validations:
required: true

# Brief overview of the problem
- type: input
id: brief
attributes:
label: Where do you see the issue?
description: Please copy and paste the URL of the page where you see the issue.
placeholder: https://doras.to/...
validations:
required: true

# Tagging the developers team
- type: markdown
attributes:
value: |
/cc @doras-to/support-documentation-content

0 comments on commit ac11983

Please sign in to comment.