-
-
Notifications
You must be signed in to change notification settings - Fork 3
Copyedit and fix textual and formatting errors in SDG form #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,71 +1,69 @@ | ||
| --- | ||
| name: New SDG submission | ||
| name: New SDG proposal | ||
| description: >- | ||
| Provide required information for a Small Development Grant submission. | ||
| Provide the required information for a new Small Development Grant proposal. | ||
| labels: | ||
| - Awaiting approval | ||
| body: | ||
| - id: instructions | ||
| type: markdown | ||
| attributes: | ||
| value: |+ | ||
| Follow the indications as required to submit a Small Development Grant submission. | ||
| Notice that a project lead has to approve the submission. | ||
| > [!CAUTION] | ||
| > This is a form for only [sponsored](https://numfocus.org/sponsored-projects) and [affiliated](https://numfocus.org/sponsored-projects/affiliated-projects) NumFOCUS projects | ||
| value: | | ||
| Complete the below fields to submit a Small Development Grant proposal. | ||
| Note that a project lead has to approve the proposal submission. | ||
|
Comment on lines
+12
to
+13
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use clearer and more appropriate wording |
||
| > [!IMPORTANT] | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a more appropriate and less negative admonition type here |
||
| > This form is only for NumFOCUS [sponsored](https://numfocus.org/sponsored-projects) and [affiliated](https://numfocus.org/sponsored-projects/affiliated-projects) projects. | ||
| > Discuss the proposal with the project leads before submitting this issue. | ||
| > Each project has a limit of one proposal per round. | ||
| - id: project | ||
| type: input | ||
| attributes: | ||
| label: Project | ||
| description: Which project is this proposal for? Comma separate them if this is a collaboration between different projects. | ||
| description: "Which NumFOCUS project is this proposal for (comma separate the names if a collaboration between multiple projects)" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was removing the question mark intentional? |
||
| validations: | ||
| required: true | ||
| - id: summary | ||
| type: input | ||
| attributes: | ||
| label: Summary | ||
| description: Two-sentece summary | ||
| description: "Two-sentence summary of the proposal" | ||
| validations: | ||
| required: true | ||
| - id: submitter | ||
| type: input | ||
| attributes: | ||
| label: submitter | ||
| description: Who is submitting this request | ||
| placeholder: "First name & Last name" | ||
| label: Submitter | ||
| description: "Who is submitting this request" | ||
| placeholder: "Full name" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Avoid embedding the assumption that the ordering or structure of the submitter's name conforms to Western cultural norms |
||
| validations: | ||
| required: true | ||
| - id: lead | ||
| type: input | ||
| attributes: | ||
| label: project lead | ||
| description: "Who is the project lead that can approve this proposal (github username)" | ||
| label: Project lead | ||
| description: "Who is the project lead that can approve this proposal (GitHub username)" | ||
| placeholder: "@github_username" | ||
| validations: | ||
| required: true | ||
| - id: impact | ||
| type: textarea | ||
| attributes: | ||
| label: Community benefit | ||
| description: >- | ||
| What will be the imapct to the community if this project gets funded | ||
| description: "How will this proposal positively impact the community" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Simplified and clarified this phrasing to be more direct and less awkward/unidiomatic. Also fixed a typo. |
||
| validations: | ||
| required: true | ||
| - id: amount | ||
| type: input | ||
| attributes: | ||
| label: Amount requested | ||
| description: How much money is required to execute this proposal | ||
| description: "How much money is required to execute this proposal (max $10k)" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. May as well be explict about the limit |
||
| placeholder: "1000" | ||
| validations: | ||
| required: true | ||
| - id: plan | ||
| type: textarea | ||
| attributes: | ||
| label: Execution plan | ||
| description: >- | ||
| "Who will implement this, what's the timeline, how will it be done" | ||
| description: "Who will implement this, what's the timeline, and how will it be carried out" | ||
|
Comment on lines
-68
to
+67
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixes the spurious quotes in the block scalar here being unintentionally displayed in the output |
||
| validations: | ||
| required: true | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No obvious need to specify not normalizing trailing newlines (of which there is only the one anyway)