Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 928 Bytes

File metadata and controls

43 lines (31 loc) · 928 Bytes

Contributing to Global Notes Workspace

Thank you for your interest in contributing 🚀

We welcome beginners and experienced developers alike.

🛠 How to Contribute

  1. Fork the repository
  2. Clone your fork git clone https://github.com/YOUR-USERNAME/Global_Notes-workspace.git
  3. Create a new branch git checkout -b feature/your-feature-name
  4. Make your changes
  5. Commit your changes git commit -m "Add: meaningful commit message"
  6. Push to your fork git push origin feature/your-feature-name
  7. Open a Pull Request

📌 Contribution Guidelines

  • Keep PRs small and focused
  • Write clear commit messages
  • Follow existing code structure
  • Test before submitting PR
  • Be respectful in discussions

🏷 Picking Issues

Look for:

  • good first issue → Beginner friendly
  • enhancement
  • bug
  • documentation

If unsure, ask in Discussions or Discord.

Let’s build together 💙