Merge branch 'master' into fix/main-macro

This commit is contained in:
Rob Ede 2020-06-22 15:41:56 +01:00 committed by GitHub
commit 0173850079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
name: bug report
about: create a bug report
name: Bug Report
about: Create a bug report.
---
Your issue may already be reported!

View File

@ -0,0 +1,33 @@
---
name: Bug / Feature
about: Submit a bug fix or feature.
---
## PR Type
What kind of change does this PR make?
<!-- Check the one that applies to this PR using "[x]". -->
- [ ] Bug fix
- [ ] Feature
- [ ] Refactor / code style change (no functional or public API changes)
- [ ] Other
## PR Checklist
Check your PR fulfills the following:
<!-- For draft PRs check the boxes as you complete them. -->
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] A changelog entry has been made for the appropriate packages.
## Overview
<!-- Describe the current and new behavior. -->
<!-- Emphasize any breaking changes. -->
<!-- If this PR fixes or closes an issue, reference it here. -->
<!-- Closes #000 -->

View File

@ -94,7 +94,7 @@ You may consider checking out
## Benchmarks
* [TechEmpower Framework Benchmark](https://www.techempower.com/benchmarks/#section=data-r18)
* [TechEmpower Framework Benchmark](https://www.techempower.com/benchmarks/#section=data-r19)
## License