Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

44 lines (35 loc) · 1.39 KB

Contributing

If you have a suggestion to add the talks link that would make this repo 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/conference-talks.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!


🚨 Pull Request Checklist

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side).
  • Make sure you are making a pull request against the main branch (left side).
  • Check the commit's or even all commits' message styles matches our requested structure.
Description

Please describe your pull request.


© 2021