2019-06-13 16:39:16 -04:00
<!--
2019-12-03 12:23:30 -05:00
_(If you are a project committer then you may remove some/all of the following template.)_
2021-03-10 10:10:06 -05:00
Before creating a pull request, please file an issue in the ASF Jira system for Lucene:
2019-06-13 16:39:16 -04:00
* https://issues.apache.org/jira/projects/LUCENE
You will need to create an account in Jira in order to create an issue.
The title of the PR should reference the Jira issue number in the form:
* LUCENE-####: < short description of problem or changes >
2021-03-10 10:10:06 -05:00
LUCENE must be fully capitalized. A short description helps people scanning pull requests for items they can work on.
2019-06-13 16:39:16 -04:00
Properly referencing the issue in the title ensures that Jira is correctly updated with code review comments and commits. -->
# Description
Please provide a short description of the changes you're making with this pull request.
# Solution
Please provide a short description of the approach taken to implement your solution.
# Tests
Please describe the tests you've developed or run to confirm this patch implements the feature or solves the problem.
# Checklist
Please review the following and check all that apply:
2021-03-10 10:10:06 -05:00
- [ ] I have reviewed the guidelines for [How to Contribute ](https://wiki.apache.org/lucene/HowToContribute ) and my code conforms to the standards described there to the best of my ability.
2019-07-12 16:37:39 -04:00
- [ ] I have created a Jira issue and added the issue ID to my pull request title.
2021-03-10 10:10:06 -05:00
- [ ] I have given Lucene maintainers [access ](https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork ) to contribute to my PR branch. (optional but recommended)
- [ ] I have developed this patch against the `main` branch.
2020-08-28 09:31:16 -04:00
- [ ] I have run `./gradlew check` .
2019-07-12 16:37:39 -04:00
- [ ] I have added tests for my changes.