Skip to content

Commit

Permalink
test template
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Jan 16, 2021
1 parent a62c4c1 commit 2dae163
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/1.feature_requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Feature Requests or Suggestions
about: Suggest an idea for Tensorpack
title: ''
labels: ''
inputs:
- type: description
attributes:
value: Note that you can implement a lot of features by extending Tensorpack (See http://tensorpack.readthedocs.io/tutorial/index.html#extend-tensorpack). It often does not have to be added to Tensorpack unless it's general enough.
- type: textarea
attributes:
label: Describe the feature you'd like to request
description: A clear and concise description of what you want and what your use case is.
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: Show with some code examples what the feature might look like

0 comments on commit 2dae163

Please sign in to comment.