Skip to content

Commit 2e978a2

Browse files
authored
Streamline PR template (#2046)
* Minor refactor PR template
1 parent 212b0d6 commit 2e978a2

File tree

1 file changed

+16
-29
lines changed

1 file changed

+16
-29
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,25 @@
11
# Description
22

3-
Please include a summary of the change and which issue is fixed.
3+
Brief Description of the PR:
44

55
Fixes # (issue)
66

77
## Type of change
88

9-
109
- [ ] Bug fix
1110
- [ ] New Tutorial
1211
- [ ] Updated or additional documentation
1312
- [ ] Additional Testing
14-
- [ ] New Activation (Requires creating an issue first)
15-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/activations/README.md#contribution-guidelines)
16-
- [ ] New Callback (Requires creating an issue first)
17-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/callbacks/README.md#contribution-guidelines)
18-
- [ ] New Image addition (Requires creating an issue first)
19-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/image/README.md#contribution-guidelines)
20-
- [ ] New Layer (Requires creating an issue first)
21-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/layers/README.md#contribution-guidelines)
22-
- [ ] New Loss (Requires creating an issue first)
23-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/losses/README.md#contribution-guidelines)
24-
- [ ] New Metric (Requires creating an issue first)
25-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/metrics/README.md#contribution-guidelines)
26-
- [ ] New Optimizer (Requires creating an issue first)
27-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/optimizers/README.md#contribution-guidelines)
28-
- [ ] New RNN Cell (Requires creating an issue first)
29-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/rnn/README.md#contribution-guidelines)
30-
- [ ] New Seq2seq addition (Requires creating an issue first)
31-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/seq2seq/README.md#contribution-guidelines)
32-
- [ ] New Text addition (Requires creating an issue first)
33-
- [ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/text/README.md#contribution-guidelines)
34-
35-
36-
# How Has This Been Tested?
37-
38-
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:
39-
*
40-
13+
- [ ] New Activation and the changes conform to the [activation contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/activations/README.md#contribution-guidelines)
14+
- [ ] New Callback and the changes conform to the [callback contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/callbacks/README.md#contribution-guidelines)
15+
- [ ] New Image addition and the changes conform to the [image op contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/image/README.md#contribution-guidelines)
16+
- [ ] New Layer and the changes conform to the [layer contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/layers/README.md#contribution-guidelines)
17+
- [ ] New Loss and the changes conform to the [loss contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/losses/README.md#contribution-guidelines)
18+
- [ ] New Metric and the changes conform to the [metric contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/metrics/README.md#contribution-guidelines)
19+
- [ ] New Optimizer and the changes conform to the [optimizer contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/optimizers/README.md#contribution-guidelines)
20+
- [ ] New RNN Cell and the changes conform to the [rnn contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/rnn/README.md#contribution-guidelines)
21+
- [ ] New Seq2seq addition and the changes conform to the [seq2seq contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/seq2seq/README.md#contribution-guidelines)
22+
- [ ] New Text addition and the changes conform to the [text op contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/text/README.md#contribution-guidelines)
4123

4224
# Checklist:
4325

@@ -48,3 +30,8 @@ If you're adding a bugfix or new feature please describe the tests that you ran
4830
- [ ] I have made corresponding changes to the documentation
4931
- [ ] I have added tests that prove my fix is effective or that my feature works
5032
- [ ] This PR contains modifications to C++ custom-ops
33+
34+
# How Has This Been Tested?
35+
36+
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:
37+
*

0 commit comments

Comments
 (0)