-
Notifications
You must be signed in to change notification settings - Fork 586
New PR template + associated CI updates #8192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
05d35d7
nuke update-pr-body
jprochazk e1e684c
update pr template
jprochazk 6e1be15
nuke pr summary
jprochazk 2f14bf9
why are we starting 10 different machines to filter paths
jprochazk eeb4dda
improve checkboxes
jprochazk c4c43f4
web build comments
jprochazk 506df18
update text
jprochazk 8ee9902
checkboxing
jprochazk 34500c5
stuff
jprochazk a88d3ee
add pseudo-cla
jprochazk 96dd6c1
Merge branch 'main' into jan/new-pr-template
jprochazk 03a01f2
delete `pr_results_summary` template
jprochazk 9f01de1
update perms
jprochazk 03fd423
use `rerun-bot` as greeter
jprochazk 8f0cda2
use github token instead + update text
jprochazk 2cc1fe1
Merge branch 'main' into jan/new-pr-template
jprochazk 46661ab
Update .github/pull_request_template.md
jprochazk c20f1da
rename
jprochazk a467f60
Merge branch 'main' into jan/new-pr-template
jprochazk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,22 @@ | ||
| <!-- | ||
| Open the PR up as a draft until you feel it is ready for a proper review. | ||
|
|
||
| Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. | ||
|
|
||
| Add any improvements to the branch as new commits to make it easier for reviewers to follow the progress. All commits will be squashed to a single commit once the PR is merged into `main`. | ||
|
|
||
| Make sure you mention any issues that this PR closes in the description, as well as any other related issues. | ||
| ### Related | ||
|
|
||
| To get an auto-generated PR description you can put "copilot:summary" or "copilot:walkthrough" anywhere. | ||
| <!-- | ||
| Include links to any related issues/PRs in a bulleted list, for example: | ||
| * Closes #1234 | ||
| * Part of #1337 | ||
| --> | ||
|
|
||
| ### What | ||
|
|
||
| ### Checklist | ||
| * [ ] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) | ||
| * [ ] I've included a screenshot or gif (if applicable) | ||
| * [ ] I have tested the web demo (if applicable): | ||
| * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/{{pr.number}}?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) | ||
| * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/{{pr.number}}?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) | ||
| * [ ] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG | ||
| * [ ] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! | ||
| * [ ] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide | ||
| <!-- | ||
| Make sure the PR title and labels are set to maximize their usefulness for the CHANGELOG, | ||
| and our `git log`. | ||
|
|
||
| - [PR Build Summary](https://build.rerun.io/pr/{{pr.number}}) | ||
| - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) | ||
| - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) | ||
| If you have noticed any breaking changes, include them in the migration guide. | ||
|
|
||
| To run all checks from `main`, comment on the PR with `@rerun-bot full-check`. | ||
| We track various metrics at <https://build.rerun.io>. | ||
|
|
||
| To deploy documentation changes immediately after merging this PR, add the `deploy docs` label. | ||
| For maintainers: | ||
| * To run all checks from `main`, comment on the PR with `@rerun-bot full-check`. | ||
| * To deploy documentation changes immediately after merging this PR, add the `deploy docs` label. | ||
| --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name: First time contributors | ||
|
|
||
| on: | ||
| pull_request_target: | ||
|
|
||
| permissions: | ||
| contents: "write" | ||
| id-token: "write" | ||
| pull-requests: "write" | ||
|
|
||
| jobs: | ||
| comment: | ||
| name: Comment on PRs | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/[email protected] | ||
| with: | ||
| repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
| pr-message: | | ||
| Hi! Thanks for opening this pull request. | ||
|
|
||
| Because this is your first time contributing to this repository, make sure you've read our [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.