@@ -251,71 +251,6 @@ $ go test -v -covermode=count -coverprofile=coverage.out
251251
252252A full guideline about contributing to Hare can be found in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
253253
254- ### Issues
255-
256- Use the search tool before opening a new issue.
257-
258- Please provide source code and commit sha if you found a bug.
259-
260- Review existing issues and provide feedback or react to them.
261-
262- ### Pull requests
263-
264- Open your pull request against ` ` ` develop` ` ` .
265-
266- You should add/modify tests to cover your proposed code changes.
267-
268- Test coverage should never go down from 90%.
269-
270- If your pull request contains a new feature, please document it on the README.
271-
272- ### Branching
273-
274- The ` ` ` main` ` ` is a **regular branch** which always contains the latest
275- **stable** codebase and must **never** be broken.
276-
277- The ` ` ` develop` ` ` is a **regular branch** which always contains the latest
278- **development** codebase and **eventually** can be broken. But you'll need to
279- accept the **sombrero of shame** if you do that.
280-
281- The ` ` ` experimental` ` ` is a **temporary branch** which contains a new feature or
282- idea. You must use the following name convention: **experimental-brief-description**.
283-
284- The ` ` ` feature` ` ` is a **temporary branch** which contains a new feature under
285- development that later will be merged against the development branch. You must
286- use the following name convention: **feature-brief-description**.
287-
288- The ` ` ` bugfix` ` ` is a **temporary branch** which contains the necessary fix to be
289- applied **after** a specific release to be merged against the development branch.
290- You must use the following name convention: **bugfix-brief-description**.
291-
292- The ` ` ` hotfix` ` ` is a **temporary branch** which contains a critical fix to be
293- applied **immediately** and merged against the main and the development branches.
294- You must use the following name convention: **hotfix-brief-description**.
295-
296- Feel free to apply the labels from GitHub to the branches, they are very helpful.
297-
298- ### Versioning
299-
300- The project uses the [semantic versioning 2.0.0](https://semver.org) in
301- order to control the version numbers.
302-
303- ### Commiting
304-
305- The ` ` ` main` ` ` , ` ` ` develop` ` ` and ` ` ` release` ` ` branches have protection rules
306- against **push**.
307-
308- To contribute you must create a new branch following the [branching](#branching)
309- guideline and once your work is done, open a **pull request** from your branch
310- to the **develop** branch.
311-
312- The **pull request** will trigger the test suites automatically
313- and the code must **pass all the tests** and also be reviewed and approved
314- before merged in the **develop** branch (or even ` ` main` ` or ` ` release` ` in case
315- of a ` ` *fix` ` ).
316-
317- Feel free to apply the labels from GitHub to the pull requests, they are very helpful.
318-
319254## ⚖️ License
320255
321256Hare is released under the [MIT License](./LICENSE).
0 commit comments