Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit b92a9d6

Browse files
author
D-X-Y
committed
add ISSUE/PULL_REQUEST TEMPLATE
1 parent 2c5dd91 commit b92a9d6

File tree

5 files changed

+35
-1
lines changed

5 files changed

+35
-1
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
If you have a question or would like help and support, please ask at [Issues](https://github.com/facebookresearch/supervision-by-registration/issues)
2+
3+
If you are submitting a feature request, please preface the title with [feature request].
4+
If you are submitting a bug report, please fill in the following details.
5+
6+
## Issue description
7+
8+
Provide a short description.
9+
10+
## Code example
11+
12+
Please try to provide a minimal example to repro the bug.
13+
Error messages and stack traces are also helpful.
14+
15+
## System Info
16+
Please copy and paste the output from our
17+
[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
18+
(or fill out the checklist below manually).
19+
20+
You can get the script and run it with:
21+
```
22+
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
23+
# For security purposes, please check the contents of collect_env.py before running it.
24+
python collect_env.py
25+
```

.github/PULL_REQUEST_TEMPLATE.md

Whitespace-only changes.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
October 19 2018
2+
3+
## Add missing copyright
4+
5+
June 22 2018
6+
7+
## Create the project

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Code of Conduct
22

3-
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](https://code.facebook.com/pages/876921332402685/open-source-code-of-conduct) so that you can understand what actions will and will not be tolerated.
3+
Facebook has adopted a Code of Conduct that we expect project participants to adhere to.
4+
Please read the [full text](https://code.fb.com/codeofconduct/)
5+
so that you can understand what actions will and will not be tolerated.

0 commit comments

Comments
 (0)