Skip to content

Commit

Permalink
Merge pull request #494 from wwWallet/docs
Browse files Browse the repository at this point in the history
Update contribution guidelines
  • Loading branch information
pstamatop authored Jan 9, 2025
2 parents 520de2c + 72de0cb commit 8644222
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,31 +313,4 @@ Tailwind CSS provides an extensive set of default styles, but you can also custo
Explore the [Tailwind CSS documentation](https://tailwindcss.com/docs/installation) to learn about all the utility classes, configuration options, and techniques for building beautiful UIs efficiently.

## 💡Contributing

We welcome contributions from the community to help improve the wwWallet Frontend repository. If you'd like to contribute, follow these steps:
1. **Create a New Branch:**
Create a new branch for your feature or bug fix
```bash
git checkout -b my-feature
```
Replace my-feature with a descriptive name.
2. **Make Changes:**
Make the necessary changes in your code editor.
3. **Commit Changes:**
Commit your changes with a descriptive commit message:
```bash
git commit -m "Add new feature"
```
4. **Push Changes:**
Push your changes to your new branrch:
```bash
git push --set-upstream origin my-feature
```
5. **Create a Pull Request:**
Open a pull request on the original repository. Provide a detailed description of your changes and their purpose.
6. **Review and Merge:**
Your pull request will be reviewed by the maintainers. Make any requested changes and address feedback. Once approved, your changes will be merged into master branch of the project.
Want to contribute? Check out our [Contribution Guidelines](https://github.com/wwWallet/.github/blob/main/CONTRIBUTING.md) for more details!

0 comments on commit 8644222

Please sign in to comment.