-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #343 from sot/issue-templates
Create issue templates
- Loading branch information
Showing
4 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: General Issue | ||
about: An issue not included in other categories | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Package Update | ||
about: Add/Update a package to skare3 | ||
title: Update package <name> to <version> | ||
labels: Package update | ||
assignees: '' | ||
|
||
--- | ||
|
||
Update package <name> to version | ||
|
||
Includes the following merges: | ||
- List PR merges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Release | ||
about: Release a meta-package | ||
title: Release ska3-<name> <version> | ||
labels: Package update | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Packages to include | ||
|
||
- List package name+version or github issue number | ||
|
||
# Checklist | ||
|
||
- [ ] Document all changes | ||
- [ ] Build all packages | ||
- [ ] noarch | ||
- [ ] linux 64 | ||
- [ ] mac 64 | ||
- [ ] Copy Packages to test channel | ||
- [ ] Document test status | ||
- [ ] Get approval | ||
- [ ] Move individual packages to main conda channel | ||
- [ ] Update production systems: | ||
- [ ] announce to aca@cfa | ||
- [ ] move ska3-flight package to main conda channel | ||
- [ ] update HEAD ska3/flight as aca user | ||
- [ ] run ska_testr on HEAD | ||
- [ ] update ska3/flight on cheru as sot user | ||
- [ ] update ska3/flight on chimchim as SOT user | ||
- [ ] announce to chandracode and mpweekly |