Skip to content
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

feat: new pull template #77

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 37 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
<!---
Insert the issue number of the task you are completing if within this repository, or paste the url of the task.

// EXAMPLE
Resolves https://github.com/ubiquity/ts-template/issues/75
-->

Resolves #

<!--
- You must link the issue number e.g. "Resolves #1234"
- Please do not replace the keyword "Resolves" https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
<!---
We advise that you give a brief description of your changes, either that it meets
the specification exactly as described or what you had to do outwith the spec to resolve it.
This is not required but again, it is advised.

// EXAMPLE
Changes:
- Refactored the authentication mechanism because the auth token wasn't being properly stored.
- Removed unnecessary calls to render the login button.
-->

Changes:

- ...

<!---
NOTICE: This is required for all pull requests and will be requested by reviewers if not present.

- Include a screenshot/video or some other visual confirmation that your changes solve the task
- If this is not applicable, build a unit test to prove it works as intended

// EXAMPLE
QA:
- <url to your plugin fork or test issue in your own org showcasing the end result>
- <screenshot of some kind of UI fix>
- <E2E video of using the software>
-->

QA:

- ...
Loading