Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs add community docs #10

Merged
merged 2 commits into from
Jul 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: add issue and pull request template
  • Loading branch information
WuZhuoran committed Jul 8, 2019
commit 0288b5556f6ac2234a79e75312cc36a1aae1478f
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/a--bug-performance-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug/Performance Issue
about: Use this template for reporting a bug or a performance issue.
labels: bugfix
---

**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- Python version:

**Describe the current behavior**

**Describe the expected behavior**

**Code to reproduce the issue**
Provide a reproducible test case that is the bare minimum necessary to generate the problem.

**Other info / logs**
Include any logs or source code that would be helpful to diagnose the problem.
If including tracebacks, please include the full traceback. Large logs and files should be attached.
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/a--bug-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: a) Bug fix
about: Select this if you're fixing a bug in Numpy-ml.
labels: bugfix
---

<!--
Please make sure you've read and understood our contributing guidelines;
https://github.com/ddbourgin/numpy-ml/blob/master/contributing.md
-->

**- What bug I fixed**

This pull request fixes #issue_number_here .

**- How I fixed it**

**- How you can verify it**
<!-- You need a good justification for not including tests for the bug you fixed. -->
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/b--new-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: b) New feature
about: Select this if you're adding a new feature to Numpy-ml.
labels: feature
---

<!--
Please make sure you've read and understood our contributing guidelines;
https://github.com/ddbourgin/numpy-ml/blob/master/contributing.md
-->

This pull request closes #issue_number_here .

**- What I did**

**- How I did it**

**- How to verify it**
<!--
You need a good justification for not
including tests for the new feature you added.
-->


- [ ] I updated the docs.

This pull request adds a new feature to Numpy-ml. Ask @ddbourgin to take a look.