feat: added contributing guide

This commit is contained in:
Anoop M D
2022-10-21 18:41:28 +05:30
parent 3c3c9a6026
commit bd6ce6a67b
3 changed files with 57 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ Opensource API Client.
Woof! Lets play with some api's [here](https://play.usebruno.com).
Your api must allow CORS for it to work in the browser, else checkout the chrome extension ot the desktop app
You can visit the [Website](https://www.usebruno.com) or watch a [4 min demo](https://www.youtube.com/watch?v=wwXJW7_qyLA)
![bruno](packages/bruno-app/public/images/landing.png)
### Comparision with Similar tools ⚖️
Bruno is at early stages of development, and does not yet have all the bells and whistles.
Here is a rundown of key areas where bruno is different from similar tools out there.
@@ -20,11 +24,18 @@ Here is a rundown of key areas where bruno is different from similar tools out
| Run in Browser | ✔️ | ✔️ | ✖️ | ✔️ |
| Multi Tab Requests | ✔️ | ✔️ | ✖️ | ✖️ |
### Contribute 👩‍💻🧑‍💻
I am happy that you are looking to improve bruno. Please checkout the [contributing guide](contributing.md)
Even if you are not able to make contributions via code, please don't hesitate to file bugs and feature requests that needs to be implemented to solve your use case.
### Support ❤️
Woof! If you like project, hit that ⭐ button !!
### Stay in touch 🌐
[Twitter](https://twitter.com/use_bruno)
[Twitter](https://twitter.com/use_bruno) <br />
[Website](https://www.usebruno.com)
### License 📄
[MIT](license)
[MIT](license.md)