summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2019-08-07Revert "add maintainer review action to main.workflow" (#12316)Peter Scheibel1-9/+0
This reverts commit 54e3bc31f991200688044431f57ad8b3a25c12e8.
2019-08-04add maintainer review action to main.workflowTodd Gamblin1-0/+9
2019-08-03actions: add maintainers as PR reviewers for their packages (#12269)Todd Gamblin2-0/+91
Use `spack pkg changed` and `spack maintainers` to figure out which packages changed and who their maintainers are in a PR. Add any maintainers to the PR as reviewers.
2019-06-30meta: move CODE_OF_CONDUCT.md and CONTRIBUTING.md to .githubTodd Gamblin2-0/+54
- Trying to reduce the number of top-level files in Spack. - CODE_OF_CONDUCT.md can be referenced from the README. - CONTRIBUTING.md is only used to display a message on pull requests, and it still does that when in .github.
2019-02-07bug report template: suggest --stacktrace instead of -s (#10548)Peter Scheibel1-4/+4
1137b18 removed the -s option from spack such that to see a stack trace you must pass the --stacktrace option. The bug report templates were not updated accordingly.
2018-12-19Added labels in github issue templates (#10128)Massimiliano Culpo3-2/+3
2018-08-21fix numbering in build error template (#9030)Andreas Baumbach1-2/+2
The original numbering was not incorrect markdown but this is easier to read.
2018-08-20Introduce templates for specific issue types (#8842)Massimiliano Culpo3-8/+126
This replaces the single github issue-reporting template with templates for the following types of issues: * Build issues * Spack command errors * Feature request Each template includes suggestions which are generally useful for the type of issue encountered.
2018-06-25refactor: move issue_template.md to .github directoryTodd Gamblin1-0/+36