forked from datalad/datalad
-
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.
- Loading branch information
1 parent
8e3339e
commit 94dae86
Showing
3 changed files
with
40 additions
and
40 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 |
---|---|---|
@@ -1,37 +1,8 @@ | ||
name: Report a Bug | ||
name: Report a Generic Issue | ||
|
||
# For documentation concerning the Github form schema see | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema | ||
|
||
description: Report a Bug | ||
description: Report a generic issue which is not necessarily a bug | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: What is the problem? | ||
|
||
- type: textarea | ||
attributes: | ||
label: What steps will reproduce the problem? | ||
|
||
- type: textarea | ||
attributes: | ||
label: DataLad information | ||
description: | | ||
What version of DataLad and git-annex do you use (run `datalad --version`)? | ||
On what operating system (consider running `datalad wtf`)? | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | ||
Is there anything else that would be useful to know in this context? | ||
|
||
- type: textarea | ||
attributes: | ||
label: Have you had any success using DataLad before? | ||
description: | | ||
This is to assess your expertise/prior luck. | ||
We would welcome your testimonial additions [here](https://github.com/datalad/datalad/wiki/Testimonials). | ||
label: Description |
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,37 @@ | ||
name: Report a Bug | ||
|
||
# For documentation concerning the Github form schema see | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema | ||
|
||
description: Report a Bug | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: What is the problem? | ||
|
||
- type: textarea | ||
attributes: | ||
label: What steps will reproduce the problem? | ||
|
||
- type: textarea | ||
attributes: | ||
label: DataLad information | ||
description: | | ||
What version of DataLad and git-annex do you use (run `datalad --version`)? | ||
On what operating system (consider running `datalad wtf`)? | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | ||
Is there anything else that would be useful to know in this context? | ||
|
||
- type: textarea | ||
attributes: | ||
label: Have you had any success using DataLad before? | ||
description: | | ||
This is to assess your expertise/prior luck. | ||
We would welcome your testimonial additions [here](https://github.com/datalad/datalad/wiki/Testimonials). |