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

Update the github issue template #6

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* duetector version:
* sdgx version:
* Python version:
* Operating System:

Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: General Issue
about: Most issues can be submitted using this template.
---

# ISSUE TITLE

* sdgx version:
* Python version:
* Operating System:

## Description

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

## What I Did

```
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
```
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/sweep-feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature Request
name: Sweep Feature Request
title: 'Sweep: '
description: Write something like "Write an api endpoint that does "..." in the "..." file"
labels: sweep
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/sweep-refactor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Refactor
name: Sweep Refactor
title: 'Sweep: '
description: Write something like "Modify the ... api endpoint to use ... version and ... framework"
labels: sweep
Expand Down