Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Haschtl/RealTimeOpenControl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed May 28, 2019
2 parents e92c091 + c36a495 commit bae552d
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V3JGL7BM8WGQY&source=url
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
10 changes: 5 additions & 5 deletions RTOC/RTLogger/requirenments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ nbconvert==5.3.1
nbformat==4.4.0
netaddr==0.7.19
netifaces==0.10.7
notebook==5.5.0
notebook==5.7.8
Nuitka64==5.1.281
numpy==1.14.5
numpydoc==0.8.0
Expand Down Expand Up @@ -150,7 +150,7 @@ pytz==2018.4
pyusb==1.0.2
pywin32==223
pywinpty==0.5.4
PyYAML==3.13
PyYAML==5.1
pyzmq==17.0.0
qdarkgraystyle==1.0.2
QDarkStyle==2.6.5
Expand All @@ -163,10 +163,10 @@ readme-renderer==24.0
recommonmark==0.4.0
regex==2019.4.9
registry==0.4.2
requests==2.19.1
requests==2.20.0
requests-toolbelt==0.8.0
retrying==1.3.3
rope==0.10.7
rope==0.11.0
RTOC==2.0b0
scapy==2.4.0
scapy-python3==0.26
Expand All @@ -193,7 +193,7 @@ tqdm==4.28.1
traitlets==4.3.2
twine==1.12.1
Twisted==18.9.0
urllib3==1.23
urllib3==1.24.2
verboselogs==1.7
virtualenv==16.0.0
virtualenvwrapper-win==1.2.5
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-midnight

0 comments on commit bae552d

Please sign in to comment.