Skip to content
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

Create issue templates #343

Merged
merged 2 commits into from
May 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/general-issue.md
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: ''

---


13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/package-update.md
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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
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