diff --git a/.github/Bug_report.md b/.github/Bug_report.md new file mode 100644 index 00000000..73e6abb3 --- /dev/null +++ b/.github/Bug_report.md @@ -0,0 +1,44 @@ +--- +name: "\U0001F41B Bug Report" +about: "If something isn't working as expected \U0001F914." +title: '' +labels: 'i: bug, i: needs triage' +assignees: '' + +--- + +## Bug Report + +**Current Behavior** +A clear and concise description of the behavior. + +**Input Code** +- REPL or Repo link if applicable: + +```js +var your => (code) => here; +``` + +**Expected behavior/code** +A clear and concise description of what you expected to happen (or code). + +**FLTK Configuration (execution config, system parameters, hyper-parameters, etc.)** + +```js +{ + "your": { "config": "here" } +} +``` + +**Environment** +- Python version: [e.g. 3.7] +- PyTorch version: [e.g. 1.9.1] +- OS: [e.g. OSX 10.13.4, Windows 10] +- Kubernetes version: [e.g v1.22] +- Platform: [e.g. minikube, GKE, AWS] + +**Possible Solution** + + +**Additional context/Screenshots** +Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/Feature_request.md b/.github/Feature_request.md new file mode 100644 index 00000000..b9c82542 --- /dev/null +++ b/.github/Feature_request.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F680 Feature Request" +about: "I have a suggestion (and may want to implement it \U0001F642)!" +title: '' +labels: 'i: enhancement, i: needs triage' +assignees: '' + +--- + +## Feature Request + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I have an issue when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. Add any considered drawbacks. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Teachability, Documentation, Adoption, Migration Strategy** +If you can, explain how users will be able to use this and possibly write out a version the docs. +Maybe a screenshot or design? diff --git a/.github/Pull_request.md b/.github/Pull_request.md new file mode 100644 index 00000000..381618e0 --- /dev/null +++ b/.github/Pull_request.md @@ -0,0 +1,20 @@ +## (Short) Description +This pull request addresses issue ... + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] I have read the **CONTRIBUTING** document. +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. + + + +## (Optional) Additional remarks + + diff --git a/.github/Regression.md b/.github/Regression.md new file mode 100644 index 00000000..78af440d --- /dev/null +++ b/.github/Regression.md @@ -0,0 +1,42 @@ +--- +name: "\U0001F4A5 v7 Regression" +about: Report an unexpected behavior in v7 from v6 +title: '' +labels: 'i: bug, 7.x: regression, i: needs triage' +assignees: '' + +--- + +# Regression + +**Potential Commit/PR that introduced the regression** +If you have time to investigate, what PR/date introduced this issue. + +**Describe the regression** +A clear and concise description of what the regression is. + +**Input Code** + + +```js +var your => (code) => here; +``` + +**FLTK Configuration (execution config, system parameters, hyper-paramete +rs, etc.)** + +```js +{ + "your": { "config": "here" } +} +``` + +**Expected behavior/code** +A clear and concise description of what you expected to happen (or code). + +**Environment** +- Python version: [e.g. 3.7] +- PyTorch version: [e.g. 1.9.1] +- OS: [e.g. OSX 10.13.4, Windows 10] +- Kubernetes version: [e.g v1.22] +- Platform: [e.g. minikube, GKE, AWS] diff --git a/.github/Support_question.md b/.github/Support_question.md new file mode 100644 index 00000000..364bb346 --- /dev/null +++ b/.github/Support_question.md @@ -0,0 +1,14 @@ +--- +name: "\U0001F917 Support Question" +about: "If you have a question \U0001F4AC, please check out our the Mattermost or Brightspace page!" +title: '' +labels: 'i: question, i: needs triage' +assignees: '' + +--- + +--------------^ Click "Preview" for a nicer view! +We primarily use GitHub as an issue tracker; for usage and support questions, feel free to open an issue! + +--- +