Skip to content

Commit

Permalink
Rename for consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 6, 2023
1 parent 8e3339e commit 94dae86
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/issue.yml

This file was deleted.

35 changes: 3 additions & 32 deletions .github/ISSUE_TEMPLATE/issue_template.yml
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
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_bug.yml
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).

0 comments on commit 94dae86

Please sign in to comment.