diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index df88458..24816e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: "[Bug] Issue title" -labels: '' -assignees: '' - +title: "Issue title" +labels: "bug" +assignees: "" --- **Describe the bug** @@ -12,6 +11,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -24,9 +24,10 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **App Information (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] (if applicable) - - Version [e.g. 22] + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] (if applicable) +- Version [e.g. 22] **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..1de058e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Discord + url: "https://discord.gg/c69AXwk" + about: Chat with us here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 697c078..5f01df7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: '[Request] Request title' -labels: '' -assignees: '' - +title: "Request title" +labels: "enhancement" +assignees: "" --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a80dd28..94e166b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,28 @@ +**Changes Overview** This PR makes the following changes: +- +- + +**Does this PR fix, close, or implement any issues?** +- [ ] This PR closes, fixes, or implements the following issues. + + - - - -- -- [] This is a release check. \ No newline at end of file + + + +**Pending for review** +@hyperspacedev/desktop \ No newline at end of file diff --git a/.github/workflows/jira-create.yml b/.github/workflows/jira-create.yml index b027e38..3ab2724 100644 --- a/.github/workflows/jira-create.yml +++ b/.github/workflows/jira-create.yml @@ -1,26 +1,26 @@ -name: Create issue on Jira +# name: Create issue on Jira -on: - issues: - types: [opened] +# on: +# issues: +# types: [opened] -jobs: - jira: - runs-on: ubuntu-latest +# jobs: +# jira: +# runs-on: ubuntu-latest - steps: - - name: Jira Login - id: login - uses: atlassian/gajira-login@v2.0.0 - env: - JIRA_BASE_URL: "https://hyperspacedev.atlassian.net" - JIRA_USER_EMAIL: software@marquiskurt.net - JIRA_API_TOKEN: ${{ secrets.JIRA_TOKEN }} - - name: Jira Create issue - id: create - uses: atlassian/gajira-create@v2.0.0 - with: - project: HD - issuetype: Unsorted - summary: ${{ github.event.issue.title }} - description: ${{ github.event.issue.body }} +# steps: +# - name: Jira Login +# id: login +# uses: atlassian/gajira-login@v2.0.0 +# env: +# JIRA_BASE_URL: "https://hyperspacedev.atlassian.net" +# JIRA_USER_EMAIL: software@marquiskurt.net +# JIRA_API_TOKEN: ${{ secrets.JIRA_TOKEN }} +# - name: Jira Create issue +# id: create +# uses: atlassian/gajira-create@v2.0.0 +# with: +# project: HD +# issuetype: Unsorted +# summary: ${{ github.event.issue.title }} +# description: ${{ github.event.issue.body }}