forked from amethystnetwork-dev/Incognito
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename fork.md to fork.yml
- Loading branch information
1 parent
a58f58f
commit d4aae8c
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,22 @@ | ||
name: This is a fork | ||
description: Or I am a skid | ||
body: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Check these boxes to make sure you did everything right! | ||
description: Just click on the box to check it off! | ||
options: | ||
- label: This repo is a fork of amethystnetwork-dev/Incognito | ||
required: true | ||
- label: I have joined the Amethyst Network Discord | ||
required: true | ||
- label: I just checked all of these boxes without reading the labels | ||
required: false | ||
- type: textarea | ||
id: comment | ||
attributes: | ||
label: Comment | ||
placeholder: Leave a comment | ||
validations: | ||
required: true |