-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue templates and update contribution guidelines (#331)
* Add issue templates and update contribution guidelines * Fix incorrect return type * Try to fix an error * Fix errors * Fix vale errors * Update nextra-feedback.yml * Update nextra-feedback.yml * Update nextra-feedback.yml * Update resource-hub-submission.yml * Update resource-hub-submission.yml * Update resource-hub-submission.yml * Update resource-hub-submission.yml * Update resource-hub-submission.yml * Update resource-hub-submission.yml * Fix something * Update resource-hub-submission.yml * Remove protocol from resource tags; Capitalize Blog Posts * Update .github/ISSUE_TEMPLATE/nextra-feedback.yml Co-authored-by: Germán Martínez <[email protected]> * Update .github/ISSUE_TEMPLATE/resource-hub-submission.yml Co-authored-by: Germán Martínez <[email protected]> * Update .github/ISSUE_TEMPLATE/resource-hub-submission.yml Co-authored-by: Germán Martínez <[email protected]> --------- Co-authored-by: Tanay Pant <tanaypantprotonmail.com> Co-authored-by: louis-md <[email protected]> Co-authored-by: Germán Martínez <[email protected]>
- Loading branch information
1 parent
732b159
commit 72ed63b
Showing
7 changed files
with
116 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Nextra Feedback | ||
description: Report errors you find in our documentation or ideas for enhancing our documentation. | ||
title: "[Feedback]: " | ||
labels: ["nextra-feedback"] | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Feedback | ||
description: | | ||
What is the error you found in our documentation or what do you think should be enhanced? | ||
- type: textarea | ||
validations: | ||
required: false | ||
attributes: | ||
label: How can this issue be resolved? | ||
description: If you have an idea of how the issue can be resolved, please detail the steps below. | ||
value: | | ||
1. | ||
2. | ||
3. | ||
- type: checkboxes | ||
attributes: | ||
label: Are you interested in working on this? | ||
description: If you're interested in not only reporting this issue but also fix it, check the box below. | ||
options: | ||
- label: "I would like to implement/fix this issue" | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: Resource Hub Submission | ||
description: Suggest a resource to add to our resource hub. | ||
labels: ["resource-hub"] | ||
title: "[Resource Hub]: " | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
description: Please make sure that you verify each checkbox and follow the instructions for them. | ||
options: | ||
- label: "This resource is not a duplicate. Before opening a new issue, please search existing issues and the Resource Hub." | ||
required: true | ||
- label: "This resource is related to Safe{Core} and is educational in nature." | ||
required: true | ||
- label: "This resource is not promotional in nature." | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Link | ||
description: The URL of the resource. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Type | ||
description: The type of resource. | ||
options: | ||
- Blog Post | ||
- Podcast | ||
- Video | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Tags | ||
description: Select some tags for your resource. | ||
options: | ||
- label: Account Abstraction | ||
- label: Deep Dive | ||
- label: Gasless Transactions | ||
- label: Guards | ||
- label: Hardhat | ||
- label: Introduction | ||
- label: Mass Adoption | ||
- label: Modules | ||
- label: Tutorial | ||
- label: Perspectives | ||
- label: Plugins | ||
- label: Safe Core SDK | ||
- label: Safe Transaction Service | ||
- label: Safe Wallet | ||
- label: Safe Smart Account | ||
- label: Security |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters