Skip to content

Latest commit

 

History

History
84 lines (69 loc) · 3.15 KB

CONTRIBUTING.md

File metadata and controls

84 lines (69 loc) · 3.15 KB

Contributing

Contributions help this project to grow and document the histories of Tech & STEM Female Pioneers. Any contributions you make are greatly appreciated! 🤝

If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! ⭐️


General Contributions

  1. Fork the Project
  2. Clone the repo
 git clone https://github.com/your_username/Women-Who-ve-Changed-Tech.git
  1. Create a New Branch for your contribution
git checkout -b branch-name
  1. Commit your Changes
git commit -m "Your Commit Message"
  1. Push to the Branch
git push origin branch-name
  1. Open a Pull Request

⚠️ Note: Please look at open issues & include all contribution details when submitting a Pull Request. Thanks!

Add a Tech Pioneer to the Project API

☞ See Tech Pioneer Contribution for more info


☞🚨 To Make a Pull Request Follow this Template-

✍️ Title:

⚠️(Required)


📝 Description:

⚠️(Required)

~Screenshots (if applicable):

🤔 Reason for PR & what it fixes/accomplishes:

⚠️(Required)

Fixes Issue #


🧮 How Has This Been Tested? (if applicable):


ℹ️ Types of changes:

  • General (misc updates, features, fixes, etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

☑️ Checklist:

  • I have checked my code and corrected any misspellings.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (if applicable)*
  • My code follows the style guidelines of this project (if applicable)

@kwing25