To report an issue, please click the Issues tab above and click the New Issue button. Please provide a detailed description of the issue with any code excerpts, logs or screenshots which help describe the issue.
For contributions, we prefer pull requests. Please follow these steps to get your contributions in:
- Open a new issue or pick up an existing one on the Issues tab about the patch that you are going to submit. (the issue will be given a number)
- Fork the searchui repo.
- Make the changes.
- Prior to submitting a pull request, execute
npm run lint
andnpm run flow
and resolve any reported issues. - Send a pull request from your forked repo to the searchui repo.
- Please prefix your pull request title with the issue ID; for example,
issue-87: Adding image gallery component
- Please complete the pull request description with additional details as appropriate.
- Once sent, code review will be done through the pull request.
- Once all review issues are resolved, we will merge the changes into the master branch of the searchui repo.