Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Update GitHub content, disable Jira issue creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Jun 18, 2020
1 parent 63fc2f6 commit a98a8f0
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 36 deletions.
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
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**
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 '....'
Expand All @@ -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 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Discord
url: "https://discord.gg/c69AXwk"
about: Chat with us here.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.**
Expand Down
22 changes: 20 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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
46 changes: 23 additions & 23 deletions .github/workflows/jira-create.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit a98a8f0

Please sign in to comment.