Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: developit/mitt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: developit/mitt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jul 4, 2023

  1. added github template for PRs (#172)

    Co-authored-by: Jason Miller <[email protected]>
    Dhaxor and developit authored Jul 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6b41670 View commit details
Showing with 19 additions and 0 deletions.
  1. +19 −0 .github/PULL_REQUEST_TEMPLATE.md
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
Thank you for contributing!
-->

#### What is the purpose of this pull request? (put an "X" next to an item)

- [ ] Documentation update
- [ ] Bug fix
- [ ] Feature
- [ ] Code style update (formatting)
- [ ] Refactoring (no functional changes)
- [ ] CI related changes
- [ ] Other, please explain:

#### What changes did you make? (Give an overview)

#### Is there anything you'd like reviewers to focus on?

#### Does this PR introduce a breaking change? (What changes might other developers need to make in their application due to this PR?)