summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-12-19 12:26:10 -0800
committerGitHub <noreply@github.com>2021-12-19 15:26:10 -0500
commit8e5742d63679726fd460c0383e4c118e23de6f2a (patch)
tree32fe9ef1f21b9d0da1b0729e45412751fa917ac7 /.github/ISSUE_TEMPLATE
parentfeb6d9db2f629f0e2b6c8d64095ae30536120a6d (diff)
docs: try switching over to Cloudflare Pages (#632)
I would prefer for the project to not be under clementtsang.github.io/bottom, so let's try out CFP.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/packaging.md6
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index ddf0a0b3..718acb2c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,7 +6,7 @@ labels: "bug"
assignees: ""
---
-Before you report, please take a look at [Troubleshooting](https://clementtsang.github.io/bottom/nightly/troubleshooting) to see if there's already an answer to your problem. Also check out [existing issues](https://github.com/ClementTsang/bottom/issues) and [known problems](https://clementtsang.github.io/bottom/nightly/support/#known-problems) to see if your problem is already reported/known/fixed.
+Before you report, please take a look at [Troubleshooting](https://bottom.pages.dev/nightly/troubleshooting) to see if there's already an answer to your problem. Also check out [existing issues](https://github.com/ClementTsang/bottom/issues) and [known problems](https://bottom.pages.dev/nightly/support/#known-problems) to see if your problem is already reported/known/fixed.
Also, **please fill in all fields if possible** - if the issue is too hard to reproduce or vague, it may not be fixed!
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 9cd22817..df8980d6 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -11,4 +11,4 @@ assignees: ""
Please describe what behaviour you are looking for, the motivation for it, and use cases for where this feature would be helpful.
Try to be clear and concise - more details are usually helpful, but don't ramble on too much.
-Also try to see if this feature already exists first [in the documentation](https://clementtsang.github.io/bottom/nightly/).
+Also try to see if this feature already exists first [in the documentation](https://bottom.pages.dev/nightly/).
diff --git a/.github/ISSUE_TEMPLATE/packaging.md b/.github/ISSUE_TEMPLATE/packaging.md
index 1bba3314..f3aa1c1e 100644
--- a/.github/ISSUE_TEMPLATE/packaging.md
+++ b/.github/ISSUE_TEMPLATE/packaging.md
@@ -13,8 +13,8 @@ What is the issue? Please be clear and concise.
Some notes:
- If the issue is specifically about an existing package/distribution, consider contacting the package maintainer
-instead in the appropriate location.
+ instead in the appropriate location.
- If this issue is about supporting a new package manager/installation method,
-please do consider maintaining it yourself and sending in a PR, and I'll be glad accept it!
-See [the documentation](https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/) for more information.
+ please do consider maintaining it yourself and sending in a PR, and I'll be glad accept it!
+ See [the documentation](https://bottom.pages.dev/nightly/contribution/packaging-and-distribution/) for more information.