Skip to content

Commit

Permalink
Move CONTRIBUTING and CODE_OF_CONDUCT into .github (#228)
Browse files Browse the repository at this point in the history
* Move the CONTRIBUTING and CODE_OF_CONDUCT into .github

* Remove the rebase action

* Fix Contributing.md path

* Update emoji in Contributing
  • Loading branch information
zhiqwang authored Nov 9, 2021
1 parent 730d8f1 commit e2e25f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md → .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TBD

If all previous checks (flake8, mypy, unit tests) are passing, please send a PR. Submitted PR will pass other tests on different operation systems, python versions and hardwares. To allow your work to be integrated as seamlessly as possible, we advise you to:

- :white_check_mark: Verify your PR is **up-to-date with upstream/main**. If your PR is behind upstream/main an automatic [GitHub actions](.github/workflows/rebase.yml) rebase may be attempted by including the `/rebase` command in a comment body, or by running the following code, replacing 'feature' with the name of your local branch:
- :white_check_mark: Verify your PR is **up-to-date with upstream/main**. You could update your PR to upstream/main by running the following code, don't forget replacing 'feature' with the name of your local branch:

```bash
git remote add upstream https://github.com/zhiqwang/yolov5-rt-stack.git
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/rebase.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ______________________________________________________________________
[Documentation](https://zhiqwang.com/yolov5-rt-stack/)
[Installation Instructions](https://zhiqwang.com/yolov5-rt-stack/installation.html)
[Deployment](#rocket-deployment)
[Contributing](CONTRIBUTING.md)
[Contributing](.github/CONTRIBUTING.md)
[Reporting Issues](https://github.com/zhiqwang/yolov5-rt-stack/issues/new?assignees=&labels=&template=bug-report.yml)

______________________________________________________________________
Expand Down Expand Up @@ -146,6 +146,6 @@ Now, `yolort` can draw the model graph directly, checkout our [model-graph-visua
- The implementation of `yolov5` borrow the code from [ultralytics](https://github.com/ultralytics/yolov5).
- This repo borrows the architecture design and part of the code from [torchvision](https://github.com/pytorch/vision).

## :thinking: Contributing
## :+1: Contributing

See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out. BTW, leave a :star2: if you liked it, and this is the easiest way to support us :)
See the [CONTRIBUTING](.github/CONTRIBUTING.md) file for how to help out. BTW, leave a :star2: if you liked it, and this is the easiest way to support us :)

0 comments on commit e2e25f2

Please sign in to comment.