mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
68f7bd275c
* Update PULL_REQUEST_TEMPLATE.md * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: pngwn <hello@pngwn.io> --------- Co-authored-by: pngwn <hello@pngwn.io>
23 lines
1.4 KiB
Markdown
23 lines
1.4 KiB
Markdown
## Description
|
|
|
|
Please include a concise summary, in clear English, of the changes in this pull request. If it closes an issue, please mention it here.
|
|
|
|
Closes: #(issue)
|
|
|
|
## 🎯 PRs Should Target Issues
|
|
|
|
Before your create a PR, please check to see if there is [an existing issue](https://github.com/gradio-app/gradio/issues) for this change. If not, please create an issue before you create this PR, unless the fix is very small.
|
|
|
|
Not adhering to this guideline will result in the PR being closed.
|
|
|
|
## Tests & Changelog
|
|
|
|
1. PRs will only be merged if tests pass on CI. To run the tests locally, please set up [your Gradio environment locally](https://github.com/gradio-app/gradio/blob/main/CONTRIBUTING.md) and run the tests: `bash scripts/run_all_tests.sh`
|
|
|
|
1. You may need to run the linters: `bash scripts/format_backend.sh` and `bash scripts/format_frontend.sh`
|
|
|
|
1. Unless the pull request is labeled with the "no-changelog-update" label by a maintainer of the repo, all pull requests must update the changelog located in `CHANGELOG.md`:
|
|
|
|
Please add a brief summary of the change to the Upcoming Release section of the `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](link-to-your-github-profile)` in `[PR 11111](https://github.com/gradio-app/gradio/pull/11111)`".
|