Skip to content

Commit

Permalink
added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kombos committed Oct 22, 2022
1 parent 14b8319 commit 4178af4
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 42 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bugs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: bugReport🐛
description: Create a report to help us improve
title: "Bug🐛: "
labels: [bug]


body:
- type: markdown
attributes:
value: Thank you for taking the time to file a Bug report
- type: textarea
attributes:
label: Describe the bug.
description: "Enter a clear and concise description of what the bug is"
validations:
required: true
- type: textarea
attributes:
label: Describe the steps to reproduce the behavior
description: "Be clear and concise while describing the steps to ensure that it can be reproduced and potentially fixed"
placeholder: |
1. Your assetNode version -
2. assetClient keys add [key_name](add the key name)-
- type: textarea
attributes:
label: Expected behavior.
description: "Enter a clear and concise description of what you expected to happen"
- type: textarea
attributes:
label: Screenshots.
description: "If applicable, add screenshots to help explain your problem"
- type: input
attributes:
label: Operating environment
description: "What operating system and version are you using? If you are running it on Cloud/Cluster do mention about that."
placeholder: |
Ubuntu 20.04.1 LTS
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: "Add any other context or screenshots to clarify your suggestion here."
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
contact_links:
- name: Help and support
url: https://github.com/AssetMantle/Hacktoberfest-2022#community-support
about: Reach out to us on our discord channel or GitHub discussions.
- name: Dedicated support
url: mailto:[email protected]
about: Write to us if you'd like dedicated support using AssetMantle
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: documentationUpdate📄
description: Suggest how we can improve our documentation
title: "Documentation📄: "
labels: [documentation]

body:
- type: markdown
attributes:
value: Thank you for taking the time to file a Documentation update report
- type: textarea
attributes:
label: What is the current documentation state?
description: "Copy and paste the text currently in the documentation. If you want to improve graphs or photos, please provide a screenshot of the original."
- type: textarea
attributes:
label: Where is this stated?
description: "Provide additional information about the location where you have copied the above statement from."
- type: textarea
attributes:
label: Why do you want to improve the statement?
description: "Please explain why the statement needs to be updated. This can be because it is confusing, incorrect, spelling/grammatical errors, etc."
- type: textarea
attributes:
label: Proposed Statement
description: "Please propose how you would rewrite the statement. If you have a precise proposal, please make the changes and open a pull request."
- type: textarea
attributes:
label: Additional context.
description: "Add any other context or useful information about the documentation update here."
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/features.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: featureRequest
description: Suggest an idea for this project
title: "Feature Request: "
labels: [enhancement]
body:

- type: markdown
attributes:
value: Thank you for taking the time to file a Feature Request report.
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: 'A clear and concise description of what the problem is. Ex. I am always frustrated when [...]'
- type: textarea
attributes:
label: Describe the solution you'd like.
description: 'A clear and concise description of what you want to happen.'
- type: textarea
attributes:
label: Describe alternatives you've considered
description: 'A clear and concise description of any alternative solutions or features you have considered.'
- type: textarea
attributes:
label: Additional context.
description: 'Add any other context or screenshots about the feature request here.'

0 comments on commit 4178af4

Please sign in to comment.