Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #199 from windingtree/github
Browse files Browse the repository at this point in the history
Forms for Issues
  • Loading branch information
valera-rozuvan committed May 4, 2022
2 parents 9746a73 + 4e8a7ec commit c71ab16
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-FORM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug report
description: File a bug report
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Please ensure that the bug has not already been filed in the issue tracker.
Thanks for taking the time to report this bug!
- type: dropdown
attributes:
label: Operating System
description: What operating system are you on?
options:
- Windows
- macOS (amd)
- macOS (M1)
- Linux
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Brave
- Opera
- type: textarea
attributes:
label: Describe the bug
description: Please include relevant Solidity snippets as well if relevant.
validations:
required: true
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: email / discord handle / telegram
validations:
required: false

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE-FORM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Feature request
description: Suggest a feature
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
Please ensure that the feature has not already been requested in the issue tracker.
Thanks for helping us improve Win Stays!
- type: dropdown
attributes:
label: Component
description: What stakeholder is the feature for?
multiple: true
options:
- Travellers
- Accommodation Providers
- Event Organizers
- Other (please describe)
validations:
required: true
- type: textarea
attributes:
label: Describe the feature you would like
description: Please also describe what the feature is aiming to solve, if relevant.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context to the feature (like screenshots, resources)
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/USER_STORY.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: User story
description: Describe a user story
labels: ["story"]
body:
- type: markdown
attributes:
value: |
Please ensure that the user story has not already been requested in the issue tracker.
Thanks for helping us improve Stays!
- type: dropdown
attributes:
label: User
description: Who are the main stakeholders in the story?
multiple: true
options:
- Travellers
- Accommodation Providers
- Event Organizers
- Other (please describe)
validations:
required: true
- type: textarea
attributes:
label: Describe the user story
description: Please also describe what the feature is aiming to solve, if relevant.
placeholder: “As a [persona], I [want to], [so that].”
validations:
required: true
- type: textarea
attributes:
label: Describe the features
description: Each user story can include multiple features, please list them in as much detail as possible.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context to the user story or features (like screenshots, resources)
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: true
contact_links:
- name: Support
url: https://discord.gg/EMSRmbNWQ2
about: This issue tracker is mainly for bugs and feature requests. Support is available on Discord!

0 comments on commit c71ab16

Please sign in to comment.