added open fast trace requirements for backend search
Open Fast Trace style requirements write up for backend search. As part of my bachelor's thesis.
Feedback or additional requirements i missed is appreciated.
Mandatory checks
- [x] I own the copyright of the code submitted and I license it under the MIT license
- [/] I manually tested my changes in running JabRef (always required)
- [/] I added JUnit tests for changes (if applicable)
- [/] I added screenshots in the PR description (if change is visible to the user)
- [/] I described the change in
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user) - [/] I checked the user documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request updating file(s) in https://github.com/JabRef/user-documentation/tree/main/en.
Looks like you forgot to add your changes to the commit (besides the submodules as already mentioned by the bot)?
Pleaee also include https://github.com/JabRef/jabref/issues/840
@trag-bot didn't find any issues in the code! ✅✨
Your pull request needs to link an issue correctly.
To ease organizational workflows, please link this pull-request to the issue with syntax as described in 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
You can link a pull request to an issue by using a supported keyword in the pull request's description or in a commit message.
Examples
- ✅
Fixes #xyzlinks pull-request to issue. Merging the PR will close the issue. - ✅
Fixes https://github.com/JabRef/jabref/issues/xyzlinks pull-request to issue. Merging the PR will close the issue. - ✅
Fixes https://github.com/Koppor/jabref/issues/xyzlinks pull-request to issue. Merging the PR will close the issue. - ❌
Fixes [#xyz](https://github.com/JabRef/jabref/issues/xyz)links pull-request to issue. Merging the PR will NOT close the issue.