forked from softwareunderground/awesome-open-geoscience
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more rearranging of words and issue template for maintainer application
- Loading branch information
1 parent
02c011e
commit 48076b7
Showing
3 changed files
with
145 additions
and
93 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,42 @@ | ||
name: Mainainer Application | ||
description: Mainainer Application | ||
title: "[Maintainer]: " | ||
labels: ["triage"] | ||
assignees: | ||
- awesome | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for volunteering to be a maintainer of this repository! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: Why | ||
attributes: | ||
label: Why | ||
description: Why do you want to be a maintainer? | ||
placeholder: Want to learn maintainer skills, Want to keep this list growing, etc. | ||
value: "Want to learn maintainer skills." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: participation | ||
attributes: | ||
label: How have you participated | ||
description: How have you participated in this repository, the Software Underground, or other geoscience related communities. Doesn't need to be long or elaborate. | ||
render: shell | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
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