diff --git "a/.github/ISSUE_TEMPLATE/bug-report-\360\237\220\236.md" "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\220\236.md" new file mode 100644 index 000000000..c4678e863 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\220\236.md" @@ -0,0 +1,20 @@ +--- +name: "Bug report \U0001F41E" +about: Create a report to help us improve +title: '' +labels: "Bug report \U0001F41E" +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +A clear and concise description of how to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**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 new file mode 100644 index 000000000..9d3472106 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature request +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/pull-request.md b/.github/ISSUE_TEMPLATE/pull-request.md new file mode 100644 index 000000000..b2cee61e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull-request.md @@ -0,0 +1,10 @@ +--- +name: Pull Request +about: Describe this issue template's purpose here. +title: '' +labels: Pull Request +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/user-support.md b/.github/ISSUE_TEMPLATE/user-support.md new file mode 100644 index 000000000..2091c9d37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-support.md @@ -0,0 +1,10 @@ +--- +name: User Support +about: Describe this issue template's purpose here. +title: '' +labels: User Support +assignees: '' + +--- + + diff --git a/_output.yml b/_output.yml index 83d92e38d..98e83ee86 100644 --- a/_output.yml +++ b/_output.yml @@ -9,6 +9,9 @@ bookdown::gitbook: after: |
  • Published with bookdown
  • download: ["pdf"] + edit: https://github.com/microbiome/OMA/blob/master/%s + history: https://github.com/microbiome/OMA/commits/master/%s + view: https://github.com/microbiome/OMA/blob/master/%s sharing: github: yes twitter: yes