Issue
I’ve read this. But it doesn’t answer to what I’ve done and what I want.
I’m very new to git, and I’ve made a “git clone https://github.com/qmk/qmk_firmware
“
Then I’ve created a new directory layouts/community/ergodox/azerty
.
In this directory I’ve created those files:
layouts/community/ergodox/azerty/keymap.c
layouts/community/ergodox/azerty/simple_visualizer.h
layouts/community/ergodox/azerty/README.md
layouts/community/ergodox/azerty/visualizer.c
layouts/community/ergodox/azerty/rules.mk
layouts/community/ergodox/azerty/config.h
Now I’d like to make a pull request for the maintainers to merge my “community layout”.
I dont know what to do.
Solution
How contribute to GitHub repo:
- Fork the GitHub repo, you get the fork in your GitHub account
- Clone your fork
- Commit into your local repo
- Push to your fork
- Create pull request from your fork
See details: The beginner’s guide to contributing to a GitHub project and Contributing.
And see my answer to similar question.
Answered By – Alexan
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0