Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
Signed-off-by: Amanda L Martin <[email protected]>
  • Loading branch information
hythloda authored Nov 29, 2023
1 parent 34aeb24 commit eb42194
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/project_contribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ body:
required: true
- type: markdown
attributes:
value: "In the above PR have you made a modification of the table listing all projects in the README of this repository by adding the project(s) to the table."
value: "The above PR you should also have made a modification of the table listing all projects in the README of this repository by adding the project(s) to the table."
- type: dropdown
id: PR-table-addition
attributes:
label:
label: Does your PR also have the modifed table?

Check failure on line 91 in .github/ISSUE_TEMPLATE/project_contribution.yaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`modifed` is not a recognized word. (unrecognized-spelling)
options:
- "Yes"
- "No"
Expand All @@ -114,6 +114,13 @@ body:
options:
- label: I agree to follow this project's Code of Conduct
required: true
- type: textarea
id: Anything-else
attributes:
label: Are any other things you need to add?
value:
validations:
required: false
- type: markdown
attributes:
value: "Thanks for completing this form to contribute your project! If you have any problems, questions or concerns please email us at [email protected]"

0 comments on commit eb42194

Please sign in to comment.