Skip to content

Commit

Permalink
Merge pull request PnX-SI#392 from hypsug0/github_issue_settings
Browse files Browse the repository at this point in the history
github_settings
  • Loading branch information
lpofredc authored Mar 18, 2024
2 parents e77b8a7 + c64156f commit a8a23bc
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/10_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Bug/Crash report.
description: Create a bug report to help us improve our app.
labels:
- "Bug"

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report correctly.
- type: textarea
id: what
attributes:
label: What is the bug or the crash?
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to reproduce the issue
description: |
Steps, sample datasets to reproduce the behavior.
Screencasts or screenshots are more than welcome, you can drag&drop them in the text box.
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true

- type: textarea
id: about-info
attributes:
label: Versions
description: |
Which version is in use. Version can be find in VERSION file, in project root or from backoffice.
validations:
required: true


- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/15_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Feature request
description: Suggest a feature idea.
labels:
- 'Feature Request'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request correctly.
- type: textarea
id: what
attributes:
label: Feature description
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: Additional
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: true

contact_links:
- name: Documentation
url: https://geonature-citizen.readthedocs.io/
about: Please read carefully the documentation before to submit an issue.

0 comments on commit a8a23bc

Please sign in to comment.