From 4965fdf05493962905729d970073d17e2f69f098 Mon Sep 17 00:00:00 2001 From: Hillary Nyakundi <63947040+larymak@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:23:42 +0300 Subject: [PATCH 1/2] Update README to remove unnecessary header Removed the 'Description' header from the README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f664078e..5f11a094 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ ## This is a list of Python scripts for beginner projects. -### Description - Welcome aboard fellow developer, this is where you will find Python scripts which you are free to contribute to. You can contribute by submitting your own scripts, also written in Python, which you think would be amazing for other people to see. From 58261e253d1a87c33476afe1b974c68d33fc11ed Mon Sep 17 00:00:00 2001 From: Hillary Nyakundi <63947040+larymak@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:55:30 +0300 Subject: [PATCH 2/2] Update CONTRIBUTING.md for consistency and clarity Corrected capitalization and phrasing for consistency and clarity throughout the document. --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d370d4a4..44b35e20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ # Contributing to Python-Project-Scripts -Thanks for your interest in Python. Our goal is to bring fast, reliable, and trouble-free open-source python projects to all communities. +Thank you for your interest in Python. Our goal is to bring fast, reliable, and trouble-free open-source Python projects to all communities. We love your input! We want to make every contribution to this project as transparent and effortless as possible. Please note that we have a code of conduct that we need to follow moving forward in all your interactions with the project. @@ -9,12 +9,12 @@ Please note that we have a code of conduct that we need to follow moving forward - Proposing new features - Becoming a maintainer -## We Develop with Github -We use github to host code, to track issues and feature requests, as well as accept pull requests. +## We Develop with GitHub +We use GitHub to host code, to track issues and feature requests, as well as accept pull requests. ## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests -Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests: +Pull requests are the best way to propose changes to the codebase (we use [GitHub Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests: 1. Fork the repository and create your branch from `main`. 2. If you've added code that should be tested, add tests. @@ -27,7 +27,7 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu ## Any contributions you make will be under the MIT Software License In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern. -## Report bugs using Github's [issues](https://github.com/briandk/transcriptase-atom/issues) +## Report bugs using GitHub's [issues](https://github.com/briandk/transcriptase-atom/issues) We use GitHub issues to track public bugs. Report a bug by [opening a new issue](); it's that easy! ## Write bug reports with detail, background, and sample code @@ -46,10 +46,10 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue] People love thorough bug reports. I'm not even kidding. ## Use a Consistent Coding Style -You can check [here](https://docs.python-guide.org/writing/style/) for more information about a good coding style. It's important to respect and follow it up to keep good practices. If it's difficult for you please, take in consideration use `flake8` +You can check [here](https://docs.python-guide.org/writing/style/) for more information about a good coding style. It's important to respect and follow it to keep good practices. If it's difficult for you please, take in consideration use `flake8` ## License -By contributing, you agree that your contributions will be licensed under its MIT License. +By contributing, you agree that your contributions will be licensed under the MIT License. ## References This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)