Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create workflow contribution issue template #230

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/workflow_contribution
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

Thanks for contributing a workflow to CoastSeg! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Feel free to keep the titles described here to ensure our team can easily understand your issue. Note that the issue tracker is NOT the place for usage questions and technical assistance.

A guide on how to submit a workflow can be found in the wiki :[Contribution Guide]( https://github.com/Doodleverse/CoastSeg/wiki/13.-%5BADVANCED%5D-Contribution-Guide/_edit#contributing-workflows:~:text=Contributing%20Workflows)
## Describe the New Workflow
A clear and concise description of what the bug is.

## Notebook & Code
1. Enter the name of your notebook here
- Example: `SDS_new_workflow_name.ipynb` in CoastSeg
2. Enter the name of were the python file containing the code for your workflow to run.
- If all the code for your workflow is in the notebook, then state that here.
- Example: Create `new_workflow_name.py` which contains all the code for your workflow

## Steps To Run this Workflow
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'

## Expected behavior
A clear and concise description of what you expected to happen.

## Screenshots
If applicable, add screenshots to show what your worklow



### **Additional context**
Add any other context about the your workflow.
Loading