diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 000000000..fd4c27137 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,8 @@ +# include (where relevant) + +You can delete this section + +- [ ] Save file +- [ ] Minimal scripts to reproduce the issue +- [ ] Steps to reproduce +- [ ] Version of the game, e.g. Bitburner v1.3.0 (216bf616) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000..af7b4a021 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,9 @@ +# Documentation + +- DO NOT CHANGE any markdown/\*.md, these files are autogenerated from NetscriptDefinitions.d.ts and will be overwritten +- DO NOT re-generate the documentation, makes it harder to review. + +# Bug fix + +- Include how it was tested +- Include screenshot / gif (if possible)