Skip to content

Commit

Permalink
Merge pull request #343 from sot/issue-templates
Browse files Browse the repository at this point in the history
Create issue templates
  • Loading branch information
javierggt authored May 4, 2020
2 parents 68d9db9 + bb7f26b commit d792e1c
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
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

0 comments on commit d792e1c

Please sign in to comment.