-
Fork this repository 🍴
-
Create a new folder, name it with your GitHub username (if it does not exist yet) 📁
-
Place your scripts in your newly-created folder 📂.
-
Name the scripts based on functionality or purpose 📝.
-
Use snake case 🐍.
-
Example:
list_network_interface.bash
,create_new_file.bash
, etc.
-
-
Add your script under README.md's Table of Contents section (based on the script language) 📋.
-
Use bullet outline.
-
Use the filename (with the extension).
-
Follow the markdown format below:
- [test_bash.bash](raymelon/test_bash.bash)
-
-
Open a Pull Request 📬
-
Go to your forked repository on GitHub.
-
Click on the Compare & pull request button.
-
Review the changes you made and ensure everything looks correct.
-
Click on the Create pull request button.
-
Add a title and description for your pull request. Be sure to provide context about the changes you made.
-
Click on the Create pull request button again to submit your PR.
-
The maintainers of the original repository will review your changes. Be patient!
-
If they have any feedback, you can make additional commits to address their comments.
-
Once the maintainers are satisfied, they will merge your pull request.
Congratulations! You have successfully created and submitted a pull request. Your contributions will now be a part of the original repository. Thank you for your contribution! 🎉
- Open an Issue 📌.
- Label the issue as a
question
❔ - Write your query ✍️.
- Be respectful in discussions 🗣️.