-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CONTRIBUTING.md link to docs, update issue template, add discussi…
…on template
- Loading branch information
1 parent
cacf91c
commit 65825be
Showing
4 changed files
with
38 additions
and
4 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,22 @@ | ||
body: | ||
- type: textarea | ||
id: improvements | ||
attributes: | ||
label: Question | ||
description: "Type in the form below your question to the Parcels community. Make sure to detail any relevant context including what you have tried, as well as any relevant code or error messages." | ||
value: | | ||
## Question | ||
## Supporting code/error messages | ||
```python | ||
# Paste your code within this block | ||
``` | ||
```text | ||
# Paste your error message within this block | ||
``` | ||
validations: | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
contact_links: | ||
- name: 🙏 Parcels use question, help, or support | ||
url: https://github.com/OceanParcels/parcels/discussions/new?category=q-a | ||
about: Have a question about Parcels? Or do you need troubleshooting for a specific usecase? Then start a Q&A Discussion thread instead, and we'll be happy to help. | ||
- name: 💬 Other Parcels discussion | ||
url: https://github.com/OceanParcels/parcels/discussions | ||
about: > | ||
Have a question about Parcels? Or do you need troubleshooting for a specific usecase? Then start a Discussion thread instead, and we'll be happy to help. | ||
about: For general discussion about Parcels, or to share your work with the community, please use the Discussions tab. |
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 @@ | ||
See https://docs.oceanparcels.org/en/latest/contributing.html |