You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's awesome! It sounds like you've spotted an improvement or fix you could contribute to the project. If you're planning to submit a PR (pull request), here are a few tips to keep in mind:
Fork the Repository: Start by forking the project’s repository so you can work on your own version without affecting the original project.
Create a New Branch: Always create a new branch for your changes, with a clear, descriptive name (e.g., fix-file-creation-bug or add-tab-completion-feature).
Keep Changes Focused: Make sure your PR is focused on one thing. If you’re fixing a bug or adding a feature, try not to mix other unrelated changes.
Test Your Changes: Ensure the changes work as expected. It’s always a good idea to include tests, especially for new features or bug fixes.
Write Clear Commit Messages: Each commit message should be descriptive of the change. This helps maintainers understand what each change does.
Submit the PR: Once your changes are ready, submit the PR and provide a detailed explanation of what your changes accomplish and why they're necessary.
Good luck with your contribution! It's great that you're planning to contribute and improve the project!
immediate thought on reading the python file, lol, i'll see if i can shoot a pr for it later
The text was updated successfully, but these errors were encountered: