rugk 10 лет назад
Родитель
Сommit
da313f2c38
2 измененных файлов с 48 добавлено и 0 удалено
  1. 32 0
      .github/ISSUE_TEMPLATE.md
  2. 16 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 32 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,32 @@
+<!-- This is a template for an bug report. If you would like to suggest a feature, feel free to delete the part below. -->
+
+## Steps to reproduce
+<!-- Tell us how to reproduce the problem. -->
+1. 
+2. 
+
+### What happens
+
+### What should happen
+
+## Additional information
+<!--
+Here you can add screenshots. If the issue is e.g. a client-side issue (= an issue, which happens in your browser) press F12 and copy and paste the console output or add a screenshot.
+If you have access to the server log files, also copy them here.
+-->
+
+## Basic information
+
+<!-- If you use a public server (or a private server where you like to get more vists) enter the address of it here. -->
+**Server address**:
+
+<!-- The Operation System of your server -->
+**Server OS:**
+
+<!-- The version of your browser (when it is a client-side issue) -->
+**Browser:**
+
+<!-- The version of PrivateBin, if you use a unstable version paste the commit hash or the GitHub link to the commit here -->
+**PrivateBin version:**
+
+

+ 16 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,16 @@
+<!-- This is a template for your Pull Request. This are just some suggestions for you. You do not have -->
+
+<!-- If your PR fixes an issue, mention it here. You can also just copy the URL - GitHub will convert it for you. -->
+This PR fixes 
+
+## Changes
+<!-- List all the changes you have done -->
+* 
+* 
+
+## ToDo
+<!-- Add things, you still want to do. It is recommend to put "[DNM]", "[DONOTMERGE]", "[WIP]" or "[WORKINPROGRESS]" into the title of your PR if you still want to work on this PR, but just do not want to -->
+* [ ] 
+* [ ] 
+* [ ] 
+