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

Make pull request template more intuitive #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
11 changes: 3 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,17 @@ Thanks for your interest in the project. I appreciate bugs filed and PRs submitt
English/日本語(日本語で入力して大丈夫です。日本語の方が迅速です)
-->

<!-- What changes are being made? (What feature/bug is being fixed here?) / 何が変更されていますか?-->

**What**:

<!-- Why are these changes necessary? / なぜその変更をする必要がありましたか?-->
<!-- What changes are being made? (What feature/bug is being fixed here?) / 何が変更されていますか?-->

**Why**:

<!-- How were these changes implemented? / これらの変更をどのように実装しましたか?-->
<!-- Why are these changes necessary? / なぜその変更をする必要がありましたか?-->

**How**:
<!-- How were these changes implemented? / これらの変更をどのように実装しましたか?-->

**Checklist**:

<!-- add "N/A" to the end of each line that's irrelevant to your changes to check an item, place an "x" in the box like so: "- [x] Documentation" -->

- [ ] Documentation
- [ ] Tests
- [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
Expand Down