Skip to content

Simpler PR Template #151

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 13 commits into from
Nov 26, 2024
Merged
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ assignees: ''
---

## Describe the problem

A clear and concise description of what the problem is.

## Expected behavior

A clear and concise description of what you expected to happen.

## Running code examples
If applicable, try to add executable code to and share the url to illustrate your point. e.g. https://go.dev/play/p/UfJNprdqDJ6

If applicable, try to add executable code to and share the URL to illustrate your point. e.g. <https://go.dev/play/p/UfJNprdqDJ6>.

## What effort have you taken to solve this problem?

Describe what effort you have done so far to solve this challenge?

## Additional context

Add any other context about the problem here.
33 changes: 5 additions & 28 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,14 @@
<!--
# Fixes issue #N/A

Thank you for contributing ❤️
<!-- Thank you for contributing ❤️

Please fill out the details below to help the reviewers understand
the change.

-->

# Fixes #N/A <!-- issue number if applicable -->
the change. -->

## What is being changed?

<!--

What describes the change you are making?

-->

## Why is this a good idea?

<!--

Explain what is the advantage of merging your change? How does it
make anything better?

-->

## PR Opener Check List
## What are the advantages of this change over what exists?

- [ ] Do lint checks pass?
- [ ] Do all tests pass
- [ ] Does code coverage stay at 100%?
- [ ] Are all open concerns addressed?
- [ ] Is change approved?
## What are the downsides of this change?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.