Skip to content

Commit 8eb1cb8

Browse files
committed
Adds initial project structure
1 parent 09874b2 commit 8eb1cb8

File tree

6 files changed

+42
-0
lines changed

6 files changed

+42
-0
lines changed

.github/issue_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
* **This issue is a** [bug report | feature request | support request / question]
2+
3+
4+
* **What is the current behaviour?**
5+
6+
7+
8+
* **If the current behaviour is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem**
9+
10+
11+
12+
* **What is the expected behaviour?**
13+
14+
15+
16+
* **Please tell about the environment(s) affected:**
17+
18+
- Version: [e.g. 1.0.0-beta]
19+
- Python Version [e.g. 3.6]
20+
- Operating System: [e.g. All | Windows (10, 8, 7) | Linux (Ubuntu, Fedora, RedHat etc) | MacOS]
21+
- Platform: [e.g. Name processor and graphics card | IDAaas | Remote Desktop Connection]
22+
23+
24+
* **Other information (e.g. detailed explanation, screenshots, stack traces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc):**

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Editor Folders
7+
.idea
8+
.vscode
9+
10+
# Unit test / coverage reports
11+
htmlcov/
12+
.coverage
13+
.cache/
14+
15+
# Build
16+
_build
17+
docs/.buildinfo
18+
docs/*.inv

CONTRIBUTING.md

Whitespace-only changes.

RAT/__init__.py

Whitespace-only changes.

RAT/utils/__init__.py

Whitespace-only changes.

docs/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)