Update GitHub content, disable Jira issue creation

This commit is contained in:
Marquis Kurt 2020-06-17 22:50:52 -04:00
parent 63fc2f6b13
commit a98a8f04fe
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
5 changed files with 59 additions and 36 deletions

View File

@ -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.

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

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Discord
url: "https://discord.gg/c69AXwk"
about: Chat with us here.

View File

@ -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.**

View File

@ -1,10 +1,28 @@
**Changes Overview**
This PR makes the following changes:
<!-- List your changes here as a bullet list. Read the contribution guidelines for more details.-->
-
-
**Does this PR fix, close, or implement any issues?**
- [ ] This PR closes, fixes, or implements the following issues.
<!-- List any issues that this pull request may close or contribute to. Make sure you follow the proper syntax for referencing an issue.
Examples:
- Implements #0
- Closes UnscriptedVN/issues#0
- Contributes to #0
-->
-
-
-
-
- [] This is a release check.
<!-- If the following is a release check, uncomment the following line. -->
<!-- - [x] This is a release check. -->
**Pending for review**
@hyperspacedev/desktop

View File

@ -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 }}