Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contributing to This Repository

Thank you for your interest in contributing! We welcome contributions of Python scripts and improvements to this repository.

## How to Contribute

1. **Discuss First**
Before making any changes, please open an issue to discuss your idea with the maintainers. This helps us coordinate and avoid duplication.

2. **Make Your Contribution**
- Fork the repository.
- Create a new folder named after your script or its purpose (short and descriptive).
- Add your Python script(s) inside this folder.
- Include a `README.md` in that folder explaining what your script does and any prerequisites.
- Update the main `README.md` by adding your script to the **List of Scripts** with its name, a brief description, and a link to your script folder.

3. **Open a Pull Request (PR)**
- Link your PR to the issue you created earlier.
- We will review your changes and provide feedback or merge it if everything looks good.

4. **Clean Up**
Ensure any temporary install or build dependencies are removed before submitting your PR.

## First-Time Contributors

If this is your first time contributing to an open source project, check out this helpful guide:
[How to Make Your First Contribution](https://opensource.guide/how-to-contribute/)

## Code of Conduct

We strive to maintain a welcoming and inclusive community. Please read and respect our [Code of Conduct](https://github.com/DhanushNehru/Python-Scripts/blob/master/CODE_OF_CONDUCT.md) in all your interactions.
90 changes: 0 additions & 90 deletions CONTRIBUTIONS.md

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ _**Note: Please follow the maintainer of the repository for quick approval of th

**NOTE:** Remember to close your issues once your PR has been merged! They can be reopened if needed.

More information on contributing and the general code of conduct for discussion and feedback in this repo can be found here: [CONTRIBUTIONS.md](https://github.com/DhanushNehru/Python-Scripts/blob/master/CONTRIBUTIONS.md)
More information on contributing can be found here: [CONTRIBUTING.md](https://github.com/DhanushNehru/Python-Scripts/blob/master/CONTRIBUTING.md)

General code of conduct for discussion and feedback in this repo can be found here: [CODE_OF_CONDUCT.md](https://github.com/DhanushNehru/Python-Scripts/blob/master/CODE_OF_CONDUCT.md)

## List of Scripts in Repo

Expand Down