diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md new file mode 100644 index 0000000000..9aef3ebe63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -0,0 +1,4 @@ +--- +name: Blank Issue +about: Create a blank issue. +--- diff --git a/cranelift/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/clif-bug-report.md similarity index 85% rename from cranelift/.github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/clif-bug-report.md index 8038372339..3efc27d4f1 100644 --- a/cranelift/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/clif-bug-report.md @@ -1,10 +1,10 @@ --- -name: "Bug report" +name: "Cranelift Bug report" about: "Report a bug or a crash in Cranelift." labels: 'bug' --- -Thanks for opening a bug report on Cranelift! Please answer the questions below +Thanks for opening a bug report! Please answer the questions below if they're relevant and delete this text before submitting. - What are the steps to reproduce the issue? Can you include a CLIF test case, diff --git a/cranelift/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md similarity index 53% rename from cranelift/.github/ISSUE_TEMPLATE/improvement.md rename to .github/ISSUE_TEMPLATE/improvement.md index 2cc9857213..a4c6009249 100644 --- a/cranelift/.github/ISSUE_TEMPLATE/improvement.md +++ b/.github/ISSUE_TEMPLATE/improvement.md @@ -3,25 +3,26 @@ name: "Improvement" about: "A feature request or code improvement." --- - + #### Feature - - + #### Benefit - - + #### Implementation - - + #### Alternatives - + diff --git a/cranelift/.github/pull_request_template.md b/.github/pull_request_template.md similarity index 50% rename from cranelift/.github/pull_request_template.md rename to .github/pull_request_template.md index d125ec7a7f..18ad42fa5b 100644 --- a/cranelift/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,8 @@ + +Please ensure all communication adheres to the [code of +conduct](https://github.com/bytecodealliance/wasmtime/blob/master/CODE_OF_CONDUCT.md). +-->