From 9c7ee0ed7dcd0f3322db61a186e1e09e7a1999e5 Mon Sep 17 00:00:00 2001 From: Julian Alarcon Date: Wed, 20 Sep 2023 11:01:48 +0200 Subject: [PATCH 1/3] chore: added templates for bugs/feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++ 2 files changed, 57 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 0000000..3df6cce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]: " +labels: ["bug", "needs-review"] +assignees: "" + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. ... +3. ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + +- OS: [e.g. Ubuntu 23.04] +- Installation source: [deb, rpm, snap, AppImage, tar.gz, Snapstore] +- Version [e.g. 0.5.0-beta1] + +**Additional context** +Add any other context about the problem here. +Also, did you tried another build (AppImage, deb, rpm)? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c2ba728 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request]: " +labels: ["enhancement", "needs-review"] +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. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Version in use** +Add the version that you are using (if applicable) + +**Additional context** +Add any other context or screenshots about the feature request here. From 3e54267139b5f8552d67860c08c097e6901b9245 Mon Sep 17 00:00:00 2001 From: Julian Alarcon Date: Wed, 20 Sep 2023 11:03:33 +0200 Subject: [PATCH 2/3] build: release 0.5.0 ! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 492cd64..5f3ff57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prospect-mail", "productName": "Prospect Mail", - "version": "0.5.0-beta4", + "version": "0.5.0", "main": "src/main.js", "description": "Unofficial desktop client for Microsoft Outlook", "homepage": "https://github.com/julian-alarcon/prospect-mail", From 0ce011708d5e36bda43a741cfe76772cce04799b Mon Sep 17 00:00:00 2001 From: Julian Alarcon Date: Wed, 20 Sep 2023 11:09:48 +0200 Subject: [PATCH 3/3] misc: updated CODEOWNER --- .github/CODEOWNERS | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 93aaedc..9116af7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,19 +1,2 @@ -# Lines starting with '#' are comments. - -# Each line is a file pattern followed by one or more owners. - -# More details are here: https://help.github.com/articles/about-codeowners/ - -# The '\*' pattern is global owners. - -# Order is important. The last matching pattern has the most precedence. - -# The folders are ordered as follows: - -# In each subsection folders are ordered first by depth, then alphabetically. - -# This should make it easy to add new rules without breaking existing ones. - -# Global rule: - -- @julian-alarcon +# Global owner: +* @julian-alarcon