You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`react-custom-search-list` follows semantic versioning. We release patch versions for critical bugfixes, minor versions for new features or non-essential changes, and major versions for any breaking changes.
6
+
7
+
## Proposing a Change
8
+
9
+
Patches for bugfixes are always welcome. Please accompany pull requests for bugfixes with a test case that is fixed by the PR. If you want to implement a new feature, It is advised to open an issue first in the GitHub.
10
+
11
+
## Before submitting a pull request, please make sure the following is done:
12
+
13
+
- Fork the repository and create your branch from `main`.
14
+
- If you’ve fixed a bug or added code that should be tested, add tests.
15
+
- Ensure the test suite passes : `$ npm run test`
16
+
- Format your code with prettier.
17
+
- Make sure you don't check-in any ESLint violations : `$ npm run lint`
0 commit comments