Quellcode durchsuchen

Added issue templates

Alexander Makarov vor 10 Jahren
Ursprung
Commit
27fbea32d8
4 geänderte Dateien mit 29 neuen und 0 gelöschten Zeilen
  1. 1 0
      .gitattributes
  2. 7 0
      .github/CONTRIBUTING.md
  3. 14 0
      .github/ISSUE_TEMPLATE.md
  4. 7 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 0
.gitattributes

@@ -1,4 +1,5 @@
 # Ignore all test and documentation for archive
+/.github            export-ignore
 /.gitattributes     export-ignore
 /.scrutinizer.yml   export-ignore
 /.travis.yml        export-ignore

+ 7 - 0
.github/CONTRIBUTING.md

@@ -0,0 +1,7 @@
+Contributing to Yii2
+====================
+
+- [Report an issue](docs/internals/report-an-issue.md)
+- [Translate documentation or messages](docs/internals/translation-workflow.md)
+- [Give us feedback or start a design discussion](http://www.yiiframework.com/forum/index.php/forum/42-general-discussions-for-yii-20/)
+- [Contribute to the core code or fix bugs](docs/internals/git-workflow.md)

+ 14 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,14 @@
+### What steps will reproduce the problem?
+
+### What's expected?
+
+### What do you get instead?
+
+
+### Additional info
+
+| Q                | A
+| ---------------- | ---
+| Yii vesion       |
+| PHP version      |
+| Operating system |

+ 7 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,7 @@
+| Q             | A
+| ------------- | ---
+| Is bugfix?    | yes/no
+| New feature?  | yes/no
+| Breaks BC?    | yes/no
+| Tests pass?   | yes/no
+| Fixed issues  | comma-separated list of tickets # fixed by the PR, if any