Skip to content

Commit 49b001b

Browse files
authored
Refactor contributor credit request template format
Updated the contributor credit request template to use a code block for YAML formatting and removed the old textarea structure.
1 parent 4528960 commit 49b001b

File tree

1 file changed

+45
-48
lines changed

1 file changed

+45
-48
lines changed

.github/ISSUE_TEMPLATE/contributor-credit-request.md

Lines changed: 45 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7,51 +7,48 @@ assignees: ''
77

88
---
99

10-
- type: textarea
11-
id: yaml
12-
attributes:
13-
label: Contributor YAML
14-
description: Edit the template below - replace YOUR_*_HERE and delete roles/types that don't apply
15-
value: |
16-
- name: YOUR_NAME_HERE
17-
orcid: YOUR_ORCID_HERE ((e.g. https://orcid.org/0000-0001-7418-1244)
18-
affiliation: YOUR_INSTITUTION_HERE
19-
roles:
20-
- Conceptualization
21-
- Data Curation
22-
- Formal Analysis
23-
- Funding Acquisition
24-
- Investigation
25-
- Methodology
26-
- Project Administration
27-
- Resources
28-
- Software
29-
- Supervision
30-
- Validation
31-
- Visualization
32-
- Writing - Original Draft
33-
- Writing - Review & Editing
34-
type: Researcher
35-
# Other type options (uncomment one if more appropriate):
36-
# type: DataCollector
37-
# type: DataCurator
38-
# type: DataManager
39-
# type: Distributor
40-
# type: Editor
41-
# type: HostingInstitution
42-
# type: Producer
43-
# type: ProjectLeader
44-
# type: ProjectManager
45-
# type: ProjectMember
46-
# type: RegistrationAgency
47-
# type: RegistrationAuthority
48-
# type: RelatedPerson
49-
# type: ResearchGroup
50-
# type: RightsHolder
51-
# type: Sponsor
52-
# type: Supervisor
53-
# type: WorkPackageLeader
54-
# type: Other
55-
render: yaml
56-
validations:
57-
required: true
10+
### Edit the template below - replace YOUR_*_HERE and delete roles/types that don't apply
11+
12+
```yaml
13+
14+
- name: YOUR_NAME_HERE
15+
orcid: YOUR_ORCID_HERE (e.g. https://orcid.org/0000-0001-7418-1244)
16+
affiliation: YOUR_INSTITUTION_HERE
17+
roles:
18+
- Conceptualization
19+
- Data Curation
20+
- Formal Analysis
21+
- Funding Acquisition
22+
- Investigation
23+
- Methodology
24+
- Project Administration
25+
- Resources
26+
- Software
27+
- Supervision
28+
- Validation
29+
- Visualization
30+
- Writing - Original Draft
31+
- Writing - Review & Editing
32+
type: Researcher
33+
# Other type options (uncomment one if more appropriate):
34+
# type: DataCollector
35+
# type: DataCurator
36+
# type: DataManager
37+
# type: Distributor
38+
# type: Editor
39+
# type: HostingInstitution
40+
# type: Producer
41+
# type: ProjectLeader
42+
# type: ProjectManager
43+
# type: ProjectMember
44+
# type: RegistrationAgency
45+
# type: RegistrationAuthority
46+
# type: RelatedPerson
47+
# type: ResearchGroup
48+
# type: RightsHolder
49+
# type: Sponsor
50+
# type: Supervisor
51+
# type: WorkPackageLeader
52+
# type: Other
53+
54+
```

0 commit comments

Comments
 (0)