diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 722e3490..4d4ac58b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,18 +1,12 @@ -#cpp code owners -cpp/ @rapidsai/-cpp-codeowners - -#python code owners -python/ @rapidsai/-python-codeowners -python/dask_cudf/ @rapidsai/-dask-codeowners #cmake code owners -**/CMakeLists.txt @rapidsai/-cmake-codeowners -**/cmake/ @rapidsai/-cmake-codeowners +**/CMakeLists.txt @rapidsai/rapids-cmake-codeowners +*.cmake @rapidsai/rapids-cmake-codeowners #build/ops code owners -.github/ @rapidsai/ops-codeowners -ci/ @rapidsai/ops-codeowners -conda/ @rapidsai/ops-codeowners -**/Dockerfile @rapidsai/ops-codeowners -**/.dockerignore @rapidsai/ops-codeowners -docker/ @rapidsai/ops-codeowners +.github/ @rapidsai/ops-codeowners +ci/ @rapidsai/ops-codeowners +conda/ @rapidsai/ops-codeowners +**/Dockerfile @rapidsai/ops-codeowners +**/.dockerignore @rapidsai/ops-codeowners +docker/ @rapidsai/ops-codeowners diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0045d314..8fa9c6c2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a bug report to help us improve ___PROJECT___ +about: Create a bug report to help us improve rapids-cmake title: "[BUG]" labels: "? - Needs Triage, bug" assignees: '' @@ -18,9 +18,7 @@ A clear and concise description of what you expected to happen. **Environment details (please complete the following information):** - Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)] - - Method of ___PROJECT___ install: [conda, Docker, or from source] - - If method of install is [Docker], provide `docker pull` & `docker run` commands used - + - CMake version **Additional context** -Add any other context about the problem here. +For harder to track issue it can be helpful to attach the file generated from `cmake --system-information ` when executed from the same enviornment as the failure. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 12a85e0d..94cd3bd9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for ___PROJECT___ +about: Suggest an idea for rapids-cmake title: "[FEA]" labels: "? - Needs Triage, feature request" assignees: '' @@ -8,7 +8,7 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I wish I could use ___PROJECT___ to do [...] +A clear and concise description of what the problem is. Ex. I wish I could use rapids-cmake to do [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/submit-question.md b/.github/ISSUE_TEMPLATE/submit-question.md index 3714e22f..6d3bbb96 100644 --- a/.github/ISSUE_TEMPLATE/submit-question.md +++ b/.github/ISSUE_TEMPLATE/submit-question.md @@ -1,6 +1,6 @@ --- name: Submit question -about: Ask a general question about ___PROJECT___ +about: Ask a general question about rapids-cmake title: "[QST]" labels: "? - Needs Triage, question" assignees: '' diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 402e8bb6..c4c74432 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,42 @@