Skip to content

Commit

Permalink
Merge pull request #288 from julian-alarcon/release/0.5.0
Browse files Browse the repository at this point in the history
Release/0.5.0
  • Loading branch information
julian-alarcon authored Sep 20, 2023
2 parents 55aea12 + 0ce0117 commit 495d7f9
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 20 deletions.
21 changes: 2 additions & 19 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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)?
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 495d7f9

Please sign in to comment.