Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Simon Binder 2021-02-20 22:08:01 +01:00
commit 244a50f0da
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 35 additions and 2 deletions

12
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: Bug report
about: Create a report to help improve moor
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is. Please briefly describe what behavior you expected, what behavior you saw, and how the bug can be reproduced.

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,7 @@
contact_links:
- name: Discussions
url: https://github.com/simolus3/moor/discussions
about: "For questions on how to use moor, prefer a Q&A discussion over issues"
- name: Gitter community
url: https://gitter.im/moor-dart/community
about: "Chat room for quick questions"

View File

@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

View File

@ -11,7 +11,7 @@ linkTitle: "Moor"
Learn moor <i class="fas fa-arrow-alt-circle-right ml-2"></i> Learn moor <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a> </a>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://pub.dev/packages/moor_flutter"> <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://pub.dev/packages/moor_flutter">
Get fom pub <i class="fas fa-code ml-2 "></i> Get from pub <i class="fas fa-code ml-2 "></i>
</a> </a>
<p class="lead mt-5"> <p class="lead mt-5">
@ -75,4 +75,4 @@ Here are some of the many ways moor helps you write awesome database code:
<li><b>Cross-Platform</b>: Moor works on iOS, Android, Linux, macOS, Windows and on the web. It doesn't even require Flutter. See <a href="{{<relref "docs/platforms.md">}}">supported platforms.</a></li> <li><b>Cross-Platform</b>: Moor works on iOS, Android, Linux, macOS, Windows and on the web. It doesn't even require Flutter. See <a href="{{<relref "docs/platforms.md">}}">supported platforms.</a></li>
</ul> </ul>
{{< /blocks/section >}} {{< /blocks/section >}}