1 # Contributing to NotWallet Crypto
2
3 Thank you for your interest in contributing to **NotWallet Crypto**!
4 Our vision is to build a secure, user-friendly, and privacy-focused Solana wallet—open to everyone, just like MetaMask is for Ethereum.
5
6 We welcome contributions of all kinds: code, documentation, design, bug reports, feature requests, and community support.
7
8 ---
9
10 ## How to Contribute
11
12 ### 1. Get Started
13
14 - **Read our [README](./README.md)** to understand the project’s purpose and setup.
15 - **Check open [issues](https://github.com/TheStableFoundation/notwallet/issues)** for bugs, features, or improvements you can help with.
16 - **Join the discussion**: Open an issue if you want to propose a new feature or discuss an idea.
17
18 ### 2. Code Contributions
19
20 - **Fork the repository** and create your branch from `main`.
21 - **Write clear, maintainable code** and follow the existing code style.
22 - **Add tests** for new features or bug fixes when possible.
23 - **Document your changes** in code comments and/or markdown files.
24 - **Test your changes** locally before submitting.
25
26 ### 3. Submitting Pull Requests
27
28 - Ensure your branch is up to date with `main`.
29 - Open a pull request with a clear description of your changes and why they’re needed.
30 - Reference any related issues in your PR description (e.g., `Closes #123`).
31 - Be responsive to feedback and ready to make improvements.
32
33 ### 4. Reporting Bugs & Requesting Features
34
35 - Use [GitHub Issues](https://github.com/TheStableFoundation/notwallet/issues) to report bugs or request features.
36 - Provide as much detail as possible: steps to reproduce, screenshots, logs, or context.
37
38 ### 5. Community Standards
39
40 - Be respectful and inclusive—everyone is welcome.
41 - Help us keep the project a safe and friendly space.
42 - Follow the [Code of Conduct](./CODE_OF_CONDUCT.md) (if available).
43
44 ---
45
46 ## Vision
47
48 We aim to make NotWallet Crypto as trusted and widely used for Solana as MetaMask is for Ethereum.
49 Your contributions help us get there—thank you!
50
51 ---
52
53 **Happy building! 🚀**