Skip to content

Commit

Permalink
[ci] refs #2 - Github templates : issues
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Dec 21, 2018
1 parent 01366cb commit 524d5e0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

Issue tracker is **ONLY** used for reporting bugs, features and enhancements. NO SUPPORT TICKETS ACCEPTED! Use [stackoverflow](https://stackoverflow.com) for supporting issues.

## Expected Behavior


## Actual Behavior


## Steps to Reproduce the Problem
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->

1.
1.
1.

## Specifications

- Version:
- Platform:
- Subsystem:

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
.pytest_cache
*.so
*.o
*.orig

*~

#Copy of libskycoin.h in pyskycoin
swig/include/libskycoin.h

#Just for testing outside tox
tests/mytest.py

# due to using tox and pytest
.tox
.cache

*.swp
*.swo

0 comments on commit 524d5e0

Please sign in to comment.