Skip to content

Commit 5963e82

Browse files
committed
Add funding templates
and modernize other ones.
1 parent 64c15c5 commit 5963e82

8 files changed

+152
-26
lines changed

.github/ISSUE_TEMPLATE/GITHUB_ADMIN.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/add-maintainer-checklist.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Add maintainer checklist
2+
description: Reminder to check list of steps when modifying team
3+
title: ""
4+
labels: ""
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
If you are adding or removing someone from a team, please check that the list of items on the
10+
[Adding New Role Members page](https://github.com/astropy/astropy-project/blob/main/policies/adding-new-role-members.md)
11+
has been completed. In particular, the following.
12+
- type: checkboxes
13+
id: add-maintainer-checklist
14+
attributes:
15+
label: Reminder to check list of steps when modifying team
16+
description:
17+
options:
18+
- label: PR to the [Team page](https://github.com/astropy/astropy.github.com/blob/main/roles.json)
19+
- label: privileges and/or permissions updated
20+
- label: (if adding a new member) email to the community
21+
- label: update membership of the astropy-core-maintainers mailing list

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
blank_issues_enabled: true
2+
contact_links:
3+
- name: Question/Help/Support
4+
url: https://www.astropy.org/help.html
5+
about: "Other ways to contact Astropy Project"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Astropy Github Organisation Administration
2+
description: Request that an Astropy GitHub org admin performs some action.
3+
title: ""
4+
labels: "github-admin"
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: >-
10+
A clear and concise description of what you are requesting from Astropy GitHub org admin.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Request funding (contract)
2+
description: Submit a public request for contract funding from Astropy
3+
title: "Request for Contract"
4+
labels: "finance :moneybag:,funding :pray:"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Thanks for taking the time to fill out this contract request!
10+
Please read [Guidelines for Requesting Funding](https://github.com/astropy/astropy-project/blob/main/finance/process/request-funding.md)
11+
carefully before submitting this request.
12+
This is a public repository, please scrub out sensitive information.
13+
- type: textarea
14+
attributes:
15+
label: Full name
16+
description: Name of contractor
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Email
22+
description: Contact email of contractor
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: SOW
28+
description: Statement of Work (SOW)
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Hourly rate
34+
description: Proposed hourly rate and currency
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Total work hours
40+
description: Total number of hours needed to complete SOW
41+
validations:
42+
required: true
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Request funding (other)
2+
description: Submit a public request for other funding from Astropy
3+
title: "Other Request for Funding"
4+
labels: "finance :moneybag:,funding :pray:"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Thanks for taking the time to fill out this other funding request!
10+
Please read [Guidelines for Requesting Funding](https://github.com/astropy/astropy-project/blob/main/finance/process/request-funding.md)
11+
carefully before submitting this request.
12+
This is a public repository, please scrub out sensitive information.
13+
- type: textarea
14+
attributes:
15+
label: Full name
16+
description: Name of person requesting funding
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Purpose
22+
description: Explanation of the funding being requested
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Budget
28+
description: Amount requested and currency
29+
validations:
30+
required: true
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Request funding (travel)
2+
description: Submit a public request for travel funding from Astropy
3+
title: "Request for Travel Funding"
4+
labels: "finance :moneybag:,funding :pray:,travel ✈️"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Thanks for taking the time to fill out this travel request!
10+
Please read [Guidelines for Requesting Funding](https://github.com/astropy/astropy-project/blob/main/finance/process/request-funding.md)
11+
carefully before submitting this request.
12+
This is a public repository, please scrub out sensitive information.
13+
- type: textarea
14+
attributes:
15+
label: Full name
16+
description: Who is traveling
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Description
22+
description: Purpose of the travel and how it benefits Astropy.
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Total request
28+
description: Total amount requested and currency.
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Itemized budget
34+
description: Total amount broken down into items.
35+
placeholder: |
36+
Lodging: $1000 ($200/night for 5 nights)
37+
Flights: ...
38+
Per diem: ...
39+
etc.
40+
validations:
41+
required: true
42+
- type: textarea
43+
attributes:
44+
label: Advance needed
45+
description: Whether you need any advance and if so, how much

0 commit comments

Comments
 (0)