Skip to content

Commit e8864ee

Browse files
feat(github): direct questions to repo discussions
1 parent 0356c1d commit e8864ee

File tree

4 files changed

+75
-0
lines changed

4 files changed

+75
-0
lines changed

.github/.gitkeep

Whitespace-only changes.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: report bug
3+
about: report a development or usage problem
4+
title: ""
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## description
10+
11+
## example
12+
13+
<details>
14+
<summary>code example</summary>
15+
16+
```shell
17+
18+
```
19+
20+
</details>
21+
22+
<details>
23+
<summary>error output</summary>
24+
25+
```shell
26+
27+
```
28+
29+
</details>
30+
31+
## environment
32+
33+
<details>
34+
<summary>environment</summary>
35+
36+
output of commands that provide information about your environment
37+
38+
```shell
39+
40+
```
41+
42+
</details>

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: questions
3+
url: https://github.com/sciexp/sciops/discussions
4+
about: please post and host discussion in https://github.com/sciexp/sciops/discussions
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: request feature
3+
about: suggest a new feature or update
4+
title: ""
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
## problem to address
10+
11+
<details>
12+
<summary>code example</summary>
13+
14+
```shell
15+
16+
```
17+
18+
</details>
19+
20+
## description of proposed solution
21+
22+
<details>
23+
<summary>code example</summary>
24+
25+
```shell
26+
27+
```
28+
29+
</details>

0 commit comments

Comments
 (0)