Move GitHub specific files to .github directory
This commit is contained in:
parent
b0cebb4c79
commit
b63c8ba7c0
10
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
10
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
@ -1,4 +1,12 @@
|
||||
# Contributing
|
||||
## Contributing
|
||||
|
||||
### Reporting Issues
|
||||
|
||||
Fill out the template as completely as possible.
|
||||
|
||||
The more information you can provide, the easier it is to research your issue.
|
||||
|
||||
### Development
|
||||
|
||||
Fork the repository and make your changes on the `dev` branch.
|
||||
|
14
.github/ISSUE_TEMPLATE.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
### Brief description of the issue:
|
||||
|
||||
#### Expected behavior:
|
||||
|
||||
#### Actual behavior:
|
||||
|
||||
#### Steps to repeat issue:
|
||||
|
||||
### TaskBoard version:
|
||||
|
||||
### Browser(s) used:
|
||||
|
||||
### Paste contents of `api/logs/api.log` if available:
|
||||
|
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Fixes # .
|
||||
|
||||
Changes made in this PR:
|
||||
-
|
||||
-
|
||||
-
|
||||
|
Reference in New Issue
Block a user