Skip to content

Commit 3b1736c

Browse files
committed
update issue templates, ci branches and gitignore
1 parent 842d3e3 commit 3b1736c

File tree

6 files changed

+44
-2
lines changed

6 files changed

+44
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Bug report
3+
about: Report a bug by creating a new issue.
4+
labels: bug
5+
assignees: d99kris
6+
---
7+
8+
**Description**:
9+
10+
**How to reproduce it**:
11+
12+
**Environment**:
13+
- Version:
14+
- OS / distro:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature request
4+
url: https://github.com/d99kris/stackusage/discussions/new?category=ideas
5+
about: Suggest a new feature by creating a new discussion.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Question
3+
about: Ask a question by creating a new issue.
4+
labels: question
5+
assignees: d99kris
6+
---
7+
8+
**Question**:
9+

.github/workflows/linux.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Linux
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
- main
9+
- dev/*
410

511
jobs:
612
linux-build:

.github/workflows/macos.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: macOS
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
- main
9+
- dev/*
410

511
jobs:
612
mac-build:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build
2+
dbgbuild

0 commit comments

Comments
 (0)