add template placeholders

[ROCm/composable_kernel commit: a8ad7fcce9]
This commit is contained in:
Max Podkorytov
2024-12-10 18:14:52 +00:00
parent d9040038bc
commit 203449469b
3 changed files with 14 additions and 0 deletions

0
.github/CONTRIBUTING.md vendored Normal file
View File

14
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,14 @@
When creating an issue, please check if a similar issue already exists.
### When reporting a bug, please include:
- [ ] A descriptive title
- [ ] An isolated way to reproduce the behavior (preferably a docker container with a repro)
- [ ] ROCm version, clang version, Composable Kernel commit pin
- [ ] Environment variables
- [ ] The behavior you expect to see, and the behavior you actually see
### When requesting a feature, please include:
- [ ] A descriptive title
- [ ] A detailed description of the problem you are trying to solve
- [ ] An overview of the suggested solution
- [ ] Explanation why the solution is an improvement

0
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File