Thanks for considering a contribution to this project. Whether you're fixing bugs, adding features, or updating documentation, your effort is appreciated.
If this is your first time, welcome! The codebase is documented to help you get started.
Ensure you run tests in the provided notebook to validate your changes without causing regressions.
-
Fork the Repository
Click the fork button to create your personal copy.
-
Clone the Repository
git clone https://github.com/mohamed-chs/chatgpt-history-export-to-md.git
-
Create a New Branch
Navigate to your directory and create a branch:
git checkout -b branch-name
-
Make Your Changes
Update the code or documentation as needed.
-
Commit Your Changes
git commit -m "Brief description of changes"
-
Push to Your Fork
git push origin branch-name
-
Create a Pull Request
Navigate to the repository and submit a PR. Attach any relevant images or demos to facilitate the review process.
Check the Issues
tab for bugs, enhancements, or first-timer tasks. If you have a new idea or improvement, feel free to open an issue.
The Project Todo and JavaScript Todo also offer areas needing attention.
Refer to the in-code comments and docstrings for understanding and clarity.
Maintain a respectful and professional demeanor. Constructive collaboration is key.
Each contribution, irrespective of its scale, is valuable. Dive in and make a difference!
Looking forward to your pull request.