Skip to content

Commit e3081f7

Browse files
authored
Merge branch 'master' into paul/tobin-tax-removal
2 parents c8da8af + ebd771d commit e3081f7

31 files changed

+1739
-806
lines changed

.circleci/config.yml

-695
This file was deleted.

.circleci/node-golang-dockerfile/Dockerfile

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title: "[Feature] "
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
Let us know what feature is missing and why you think it should exist!
7+
- type: textarea
8+
id: rationale
9+
attributes:
10+
label: Rationale
11+
description: "Why do you think it should exist?"
12+
value: |
13+
Why should this feature exist?
14+
What are the use-cases?
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: implementation
19+
attributes:
20+
label: Implementation
21+
description: "Your thoughts about the implementation"
22+
value: |
23+
Do you have ideas regarding the implementation of this feature?
24+
Are you willing to implement it?
25+
validations:
26+
required: true
27+
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
title: "[Help] "
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
The more specific you can be, the easier it will be to help you!
7+
- type: textarea
8+
id: context
9+
attributes:
10+
label: Context
11+
description: "What is the context of your question?"
12+
value: |
13+
Describe what was the result you were trying to achieve
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: problem
18+
attributes:
19+
label: Problem
20+
description: "What is the problem you're facing?"
21+
value: |
22+
Describe the specific problem you have
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: asks
27+
attributes:
28+
label: Asks
29+
description: "What kind of help you're looking for?"
30+
value: |
31+
How can we help you?
32+
validations:
33+
required: true
34+

.github/ISSUE_TEMPLATE/feature.md

-17
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

-9
This file was deleted.

0 commit comments

Comments
 (0)