Skip to content

Commit

Permalink
Solve yml issues and improve issue templates - #1261
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmcm committed Jan 26, 2023
1 parent 7981d6d commit 8e31089
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: "[Bug] "
labels: ["Q&A"]
title: "[Bug]: "
labels: ["Bug"]
body:
- type: markdown
attributes:
Expand All @@ -14,7 +14,7 @@ body:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
...
'...'
validations:
required: true
- type: markdown
Expand Down
6 changes: 3 additions & 3 deletions .github/DISCUSSION_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: "[Feature] "
title: "[Feature]: "
labels: ["Ideas"]
body:
- type: checkboxes
Expand All @@ -9,8 +9,8 @@ body:
attributes:
label: Is your feature request related to a problem?
options:
- Yes
- No
- 'Yes'
- 'No'
- type: markdown
attributes:
label: Please describe your feature.
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Bug Report
url: https://github.com/django-wiki/django-wiki/discussions/new
url: https://github.com/django-wiki/django-wiki/discussions/new?category=bug&title=[Bug]:&labels=bug
about: Submit a GitHub issue
- name: Feature Request
url: https://github.com/django-wiki/django-wiki/discussions/new
about: Request a feature to be added to the platform
url: https://github.com/django-wiki/django-wiki/discussions/new?category=ideas&title=[Feature]:
about: Request or share ideas for new features to be added to Django Wiki
- name: Ask a Question
url: https://github.com/django-wiki/django-wiki/discussions/new
url: https://github.com/django-wiki/django-wiki/discussions/new?category=q-a&title=[Question]:
about: Ask questions and discuss with other community members
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**NOTE** Please use this option only if the discussions doesn't suit
your needs.

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- Tell us what should happen -->

## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->

## Context (Environment)

* django-wiki version: ...
* Django version: ...
* Other details...

## Details
<!--- Please add logs or exception traces if relevant -->

0 comments on commit 8e31089

Please sign in to comment.