Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMads Jensen <mads.jensen@eficode.com>2021-05-14 21:43:58 +0300
committerGitHub <noreply@github.com>2021-05-14 21:43:58 +0300
commit466e437a2065cb117a32bcaa9a875421718ef20d (patch)
tree139120c881c2e42903b3f2623d56b0ce2a98ef7f /.github
parentee3b3656eae85b0fa029280b36579e934ab809ca (diff)
Use new GitHub templates. Add funding link (#8845)
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--.github/issue_template.md22
-rw-r--r--.github/pull_request_template.md5
3 files changed, 28 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 000000000..f02dc2086
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1 @@
+custom: https://supporters.eff.org/donate/support-work-on-certbot
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 000000000..87ecddc6c
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,22 @@
+If you're having trouble using Certbot and aren't sure you've found a bug or
+request for a new feature, please first try asking for help at
+https://community.letsencrypt.org/. There is a much larger community there of
+people familiar with the project who will be able to more quickly answer your
+questions.
+
+## My operating system is (include version):
+
+
+## I installed Certbot with (snap, OS package manager, pip, certbot-auto, etc):
+
+
+## I ran this command and it produced this output:
+
+
+## Certbot's behavior differed from what I expected because:
+
+
+## Here is a Certbot log showing the issue (if available):
+###### Logs are stored in `/var/log/letsencrypt` by default. Feel free to redact domains, e-mail and IP addresses as you see fit.
+
+## Here is the relevant nginx server block or Apache virtualhost for the domain I am configuring:
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000..53298291b
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,5 @@
+## Pull Request Checklist
+
+- [ ] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), edit the `master` section of `certbot/CHANGELOG.md` to include a description of the change being made.
+- [ ] Add or update any documentation as needed to support the changes in this PR.
+- [ ] Include your name in `AUTHORS.md` if you like.