Skip to content

Commit 8231b82

Browse files
Merge pull request #97 from romeokienzler/main
add issue templates
2 parents 2fc6df2 + cf5545e commit 8231b82

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered (optional)**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context (optional)**
20+
Add any other context or screenshots about the feature request here.
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Issue report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue**
11+
A clear and concise description of what the issue is.
12+
13+
**To Reproduce (optional, but appreciated)**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Screenshots or log output (optional)**
21+
If applicable, add screenshots or log output to help explain your problem.
22+
<details><summary>Log Output</summary>
23+
<pre>
24+
Paste the log output here.
25+
</pre>
26+
</details>
27+
28+
**Expected behavior (optional)**
29+
A clear and concise description of what you expected to happen.
30+
31+
**Deployment information (optional)**
32+
Describe what you've deployed and how:
33+
- TerraTorch version: [e.g. 1.5.3]
34+
- Installation source: [e.g. git, pip]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: " Report a vulnerability "
3+
about: " Report a vulnerability "
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Summary
11+
_Short summary of the problem. Make the impact and severity as clear as possible. For example: An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server._
12+
13+
### Details
14+
_Give all details on the vulnerability. Pointing to the incriminated source code is very helpful for the maintainer._
15+
16+
### Impact
17+
_What kind of vulnerability is it? Who is impacted?_

0 commit comments

Comments
 (0)