Skip to content

Commit

Permalink
Merge pull request #356 from fibercrypto/develop
Browse files Browse the repository at this point in the history
Update master with develop
  • Loading branch information
stdevMac committed Mar 15, 2020
2 parents 4012989 + fb9e9d3 commit e92737b
Show file tree
Hide file tree
Showing 3,722 changed files with 1,153,901 additions and 1,327 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/blank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Blank issue
about: Start writing your issue from scratch
title: ''
labels: ''
assignees: ''

---
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of the problem and bug effects.

**Environment information:**

- OS: e.g. Linux, Windows, Mac OS X
- Platform: the equivalent of `uname -smr` or `uname -smrv` e.g. Darwin 17.4.0 x86_64

**Steps to Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Run '....'
3. Write data to '....'
4. See error

**Actual behavior**
Explain the failure modes and effects, everything indicating the existence of the bug.
If applicable, add screenshots to help explain your problem.

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

**Additional context**
Add any other context about the problem here.

**Possible implementation**
Hints to fix the bug.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'feature'
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.

Preliminary ideas to get this done.
If you have all details in mind then provide a checklist

- [ ] Start with ...
- [ ] When done do ...
- [ ] Finally ...

**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 about the problem here.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

Fixes #

**Changes:**
-

**Does this change need to mentioned in CHANGELOG.md?**
yes | no

**Requires testing**
Requires testing
yes | no

**Comments about testing , should you have some**
130 changes: 51 additions & 79 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,32 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build*/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
vendor/github.com/therecipe/qt/

# Configuration
*.vscode
*.pro.user

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
*.pro.user*
config.json
CMake*
*.cflags
*.config
*.creator
*.creator.user
*.creator.user.*
*.cxxflags
*.files
*.includes

# Icons
resources/images/icons/appIcon/build/
resources/images/icons/appIcon/appIcon.iconset/

# MS Windows RC Object file
winResources.syso

# Darwin deployment
darwin/Contents

# Unit test / coverage reports
htmlcov/
Expand All @@ -47,44 +36,17 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
coverage.html
coverage.out
coverage.tmp.out
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
Expand All @@ -94,20 +56,7 @@ ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

#Linux stuff
# Linux stuff
.directory

# Jetbrains IDE's
Expand All @@ -117,6 +66,29 @@ venv.bak/
deploy/
rcc.cpp
rcc.qrc
rcc_cgo_linux_linux_amd64.go
rcc_cgo_*.go
rcc_*.cpp
rcc__*
rcc__*
*moc.*
*moc_*

# Temporary files
*.swp
*.swo
.DS_Store
*.orig
*.bak
darwin
linux
windows
android

# Temporary build files
rcc_cgo_*.go
darwin


# Auto-generates go files.

*.pb.go
*.log
Loading

0 comments on commit e92737b

Please sign in to comment.