From c2cf9ce9969cefce880a43605eaadee0d128a7a3 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Fri, 22 Jan 2021 13:23:17 +0100 Subject: [PATCH 1/3] Add GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6bda9334 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..6665601b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. From 93d2f773d19827d05394c651e6bce1c18e1aa600 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Fri, 22 Jan 2021 13:27:21 +0100 Subject: [PATCH 2/3] Link to discussions and gitter in issue template --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..cd7f86a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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" From 0b0d48c9aec5ed6452b8958b20b3648cd488647b Mon Sep 17 00:00:00 2001 From: lsaudon Date: Mon, 8 Feb 2021 15:50:27 +0100 Subject: [PATCH 3/3] Fix typo fom -> from --- docs/content/en/_index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/_index.html b/docs/content/en/_index.html index ce30c0e5..d1c09cdb 100644 --- a/docs/content/en/_index.html +++ b/docs/content/en/_index.html @@ -11,7 +11,7 @@ linkTitle: "Moor" Learn moor - Get fom pub + Get from pub

@@ -75,4 +75,4 @@ Here are some of the many ways moor helps you write awesome database code:

  • Cross-Platform: Moor works on iOS, Android, Linux, macOS, Windows and on the web. It doesn't even require Flutter. See }}">supported platforms.
  • -{{< /blocks/section >}} \ No newline at end of file +{{< /blocks/section >}}