Skip to content

Commit

Permalink
Merge pull request #7 from simelo/olemis_t6_github_templates
Browse files Browse the repository at this point in the history
[ci] fixes #6 - Github issue template
  • Loading branch information
olemis authored Dec 18, 2018
2 parents ae5efad + 9f0c26e commit d4b95c3
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 d4b95c3

Please sign in to comment.