You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
4
+
5
+
## How to Contribute
6
+
7
+
1. Fork this repository;
8
+
2. Create your feature branch: `git checkout -b feature/feature-name`;
9
+
3. Commit your changes: `git commit -m 'feat: add some feature'`;
10
+
4. Push to the branch: `git push origin feature/feature-name`.
11
+
12
+
**After your pull request is merged**, you can safely delete your branch.
<!-- If this is your first time, please read our contribution guidelines: (https://github.com/monteiro-alexandre/react-theme-switcher/.github/CONTRIBUTING.md) -->
3
+
4
+
<!-- If possible complete *all* sections as described. Don't remove any section. -->
5
+
6
+
**Changes proposed**
7
+
<!--- Describe the change below, including rationale and design decisions -->
8
+
9
+
<!--- Include "Fixes #[issue_number]" if you are fixing an existing issue -->
10
+
11
+
**Additional context**
12
+
<!-- Add any other context or screenshots about the feature request here. -->
0 commit comments