diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000000000000000000000000000000000..3e01441f7e1e8c23db294beff4160b9e987e7f61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,19 @@ +--- +name: Bug Report +about: Report a bug +labels: kind/bug + +--- + +<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! + +--> + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000000000000000000000000000000000000..6d1a6d99f94c673045ea19941a4765966d608eb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement +labels: kind/feature + +--- +<!-- Please only use this template for submitting enhancement requests --> + +**What would you like to be added**: + +**Why is this needed**: \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000000000000000000000000000000000..3eb1ec055f18f29a7886e01c24e10c97f88fb1e8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +<!-- Thanks for sending a pull request! +--> + +**What this PR does**: + +**Which issue(s) this PR fixes**: +<!-- +*Automatically closes linked issue when PR is merged. +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. +_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* +--> +Fixes # + +**Special notes for your reviewer**: + +**Does this PR introduce a user-facing change?**: +<!-- +If no, just write "NONE" in the release-note block below. +If yes, a release note is required: +Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". +--> +```release-note + +``` \ No newline at end of file