|
| 1 | +--- |
| 2 | +name: Contributor Credit Request |
| 3 | +about: Contributor Credit Request |
| 4 | +title: "[CREDIT] Add contributor: " |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +name: Contributor Credit Request |
| 11 | +description: Request to be added as a contributor with CRediT taxonomy roles |
| 12 | +title: "[CREDIT] Add contributor: " |
| 13 | +labels: ["contributors", "credit"] |
| 14 | +body: |
| 15 | + - type: markdown |
| 16 | + attributes: |
| 17 | + value: | |
| 18 | + ## Add Yourself as a Contributor |
| 19 | + |
| 20 | + **Instructions:** |
| 21 | + 1. In the YAML template below, replace `YOUR_NAME_HERE`, `YOUR_ORCID_HERE`, and `YOUR_INSTITUTION_HERE` |
| 22 | + 2. Delete any CRediT roles that DON'T apply to you (keep only what you contributed) |
| 23 | + 3. Delete all type options except the ONE that applies to you (usually `Researcher`) |
| 24 | + 4. Submit the issue |
| 25 | + |
| 26 | + Maintainers will copy your YAML directly into `contributors.yaml` |
| 27 | + |
| 28 | + - type: textarea |
| 29 | + id: yaml |
| 30 | + attributes: |
| 31 | + label: Contributor YAML |
| 32 | + description: Edit the template below - replace YOUR_*_HERE and delete roles/types that don't apply |
| 33 | + value: | |
| 34 | + ```yaml |
| 35 | + - name: YOUR_NAME_HERE |
| 36 | + orcid: YOUR_ORCID_HERE |
| 37 | + affiliation: YOUR_INSTITUTION_HERE |
| 38 | + roles: |
| 39 | + - Conceptualization |
| 40 | + - Data Curation |
| 41 | + - Formal Analysis |
| 42 | + - Funding Acquisition |
| 43 | + - Investigation |
| 44 | + - Methodology |
| 45 | + - Project Administration |
| 46 | + - Resources |
| 47 | + - Software |
| 48 | + - Supervision |
| 49 | + - Validation |
| 50 | + - Visualization |
| 51 | + - Writing - Original Draft |
| 52 | + - Writing - Review & Editing |
| 53 | + type: Researcher |
| 54 | + # Other type options (delete all except ONE that applies): |
| 55 | + # type: DataCollector |
| 56 | + # type: DataCurator |
| 57 | + # type: DataManager |
| 58 | + # type: Distributor |
| 59 | + # type: Editor |
| 60 | + # type: HostingInstitution |
| 61 | + # type: Producer |
| 62 | + # type: ProjectLeader |
| 63 | + # type: ProjectManager |
| 64 | + # type: ProjectMember |
| 65 | + # type: RegistrationAgency |
| 66 | + # type: RegistrationAuthority |
| 67 | + # type: RelatedPerson |
| 68 | + # type: ResearchGroup |
| 69 | + # type: RightsHolder |
| 70 | + # type: Sponsor |
| 71 | + # type: Supervisor |
| 72 | + # type: WorkPackageLeader |
| 73 | + # type: Other |
| 74 | + ``` |
| 75 | + render: yaml |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + |
| 79 | + - type: textarea |
| 80 | + id: notes |
| 81 | + attributes: |
| 82 | + label: Additional Notes |
| 83 | + description: Optional - any additional context about your contributions |
| 84 | + validations: |
| 85 | + required: false |
| 86 | + |
| 87 | + - type: checkboxes |
| 88 | + id: agreement |
| 89 | + attributes: |
| 90 | + label: Agreement |
| 91 | + options: |
| 92 | + - label: I have edited the YAML template above with my information |
| 93 | + required: true |
| 94 | + - label: I have deleted roles that don't apply to me |
| 95 | + required: true |
| 96 | + - label: I have an ORCID ID (get one free at https://orcid.org if needed) |
| 97 | + required: true |
| 98 | + - label: I agree to be listed as a contributor in project documentation and Zenodo records |
| 99 | + required: true |
| 100 | + |
| 101 | + - type: markdown |
| 102 | + attributes: |
| 103 | + value: | |
| 104 | + --- |
| 105 | + **For Maintainers:** Copy the YAML block from above directly into `contributors.yaml` |
0 commit comments