Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 995 Bytes

File metadata and controls

36 lines (29 loc) · 995 Bytes

🤝 Contributing to PyNotes

Thank you for your interest in contributing to PyNotes! This document provides general instructions for contributing.

🎯 Focus Areas

  • Improve GUI
  • Remove Known Issues
  • Add Features such as:
  1. Recents
  2. Font Change
  3. Find/Replace/Go-to
  4. Status Bar
  5. Settings

❌ Known Issues

  • Bold text isn't working.
  • Garbage texts appearing in some areas when opening a text file.

🧰 Getting Started

Prerequisites

Make sure you have python 3.10 or later installed

Setup

  1. Fork the repository
  2. Clone your fork locally
  3. Run the PyNotes.py file: python PyNotes.py

Code Contributions

  1. Commit your changes with a descriptive message
  2. Push to your fork and create a pull request

👥 Community

  • Be respectful and inclusive
  • Follow the general Code of Conduct
  • Help others in discussions and issues

Thank you for contributing! 😊