diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c0463368..b7ac431a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,9 @@ #python code owners -nvjitlink/ @rapidsai/nvjitlink-python-codeowners +pynvjitlink/ @rapidsai/pynvjitlink-write #cmake code owners -**/CMakeLists.txt @rapidsai/nvjitlink-cmake-codeowners -**/cmake/ @rapidsai/nvjitlink-cmake-codeowners +**/CMakeLists.txt @rapidsai/pynvjitlink-write +**/cmake/ @rapidsai/pynvjitlink-write #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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 85bcc1e0..d47e0704 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 nvjitlink +about: Create a bug report to help us improve pynvjitlink title: "[BUG]" labels: "? - Needs Triage, bug" assignees: '' @@ -18,9 +18,9 @@ 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 nvjitlink install: [conda, Docker, or from source] + - Method of pynvjitlink install: [conda, Docker, or from source] - If method of install is [Docker], provide `docker pull` & `docker run` commands used - + **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 3457b336..d8efc8f9 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 nvjitlink +about: Suggest an idea for pynvjitlink 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 nvjitlink to do [...] +A clear and concise description of what the problem is. Ex. I wish I could use pynvjitlink 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 c1890912..b3b86d1d 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 nvjitlink +about: Ask a general question about pynvjitlink title: "[QST]" labels: "? - Needs Triage, question" assignees: '' diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4e930c42..03d36a01 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@