From 6274823167fd7ab607d3410c969d28326f486916 Mon Sep 17 00:00:00 2001 From: deepkyu Date: Mon, 11 Sep 2023 16:28:16 +0900 Subject: [PATCH] update pull request template nota-github/netspresso-trainer-dev#142 --- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 457a1a019..0e3ae6e19 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,11 +13,16 @@ PRs from forked repository not accepted. ## Changelog -Please add a brief summary of the change to the Upcoming Release section of the [`CHANGELOG.md`](https://github.com/nota-netspresso/netspresso-trainer/blob/master/CHANGELOG.md) file +If you PR to `master` branch, please add a brief summary of the change to the **Upcoming Release** section of the [`CHANGELOG.md`](https://github.com/nota-netspresso/netspresso-trainer/blob/master/CHANGELOG.md) file and include a link to the PR (formatted in markdown) and a link to your github profile (if you like). For example: ``` -- Added a cool new feature by `@myusername` in `[PR 2023](https://github.com/nota-netspresso/netspresso-trainer/pull/2023)` -``` \ No newline at end of file +- Added a cool new feature by `@myusername` in [PR 2023](https://github.com/nota-netspresso/netspresso-trainer/pull/2023) +``` + +## Code Formatting + +You should follow the code linting process. Please check your code with `lint_check.sh` in `./scripts` directory. +For more information, please read the contribution guide in `CONTRIBUTING.md`. \ No newline at end of file