From d83d3e880ebb0da38dc117e1e3f308a40d607b36 Mon Sep 17 00:00:00 2001 From: liv Date: Mon, 24 Sep 2018 18:34:32 +0200 Subject: [PATCH] Add more issue template(s) and pull request template (#7269) Merge pull request 7269 --- .github/ISSUE_TEMPLATE.md | 78 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 67 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 69 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 ++++ .github/PULL_REQUEST_TEMPLATE.md | 43 +++++++++++++ 5 files changed, 190 insertions(+), 78 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 73c8928d..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,78 +0,0 @@ - - -- [ ] I believe this to be a bug, not a question about using Jekyll. -- [ ] I updated to the latest Jekyll (or) if on GitHub Pages to the latest `github-pages` -- [ ] I ran `jekyll doctor` to check my configuration -- [ ] I read the CONTRIBUTION file at https://jekyllrb.com/docs/contributing/ -- [ ] This is a feature request. - ---- - -- [ ] I am on (or have tested on) ***macOS*** 10+ -- [ ] I am on (or have tested on) ***Debian/Ubuntu*** GNU/Linux -- [ ] I am on (or have tested on) ***Fedora*** GNU/Linux -- [ ] I am on (or have tested on) ***Arch*** GNU/Linux -- [ ] I am on (or have tested on) ***Other*** GNU/Linux -- [ ] I am on (or have tested on) ***Windows*** 10+ - - - ---- - -- [ ] I was trying to install. -- [ ] There is a broken Plugin API. -- [ ] I had an error on GitHub Pages, and I have reproduced it locally. -- [ ] I had an error on GitHub Pages, and GitHub Support said it was a Jekyll Bug. -- [ ] I had an error on GitHub Pages and I did not test it locally. -- [ ] I was trying to build. -- [ ] It was another bug. - -## My Reproduction Steps - - - - - -## The Output I Wanted - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d7147b39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,67 @@ +--- +name: Bug Report +about: Is something not working as expected? +--- + + + + + +## My Environment + + + +| Software | Version(s) | +| ---------------- | ---------- | +| Operating System | | +| `jekyll` | Latest | +| `github-pages` | Latest | + +--- + +## Expected Behaviour + + + +## Current Behavior + + + +## Code Sample + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..ec8b6ff5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,69 @@ +--- +name: Feature Request +about: Want us to add any features to Jekyll? +--- + + + +## Summary + + + +## Motivation + + + +## Guide-level explanation + + + +## Reference-level explanation + + + +## Drawbacks + + + +## Unresolved Questions + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..42630bdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Have any questions about how Jekyll works? +--- + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..462796a1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ + + + + + + + + + + +## Summary + + + +## Context + + + +## Semver Changes + +