mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 15:44:28 -06:00
Improve list rendering in PR steps
This commit is contained in:
parent
75ea30f3a1
commit
99380d4fde
@ -49,9 +49,8 @@ Yay! You are ready! 🍾
|
||||
### ⤴️ Creating a pull request
|
||||
|
||||
1. First, [create a fork of this project](https://github.com/Ionaru/easy-markdown-editor/fork), and copy the https URL (*clone or download* button) of your project (something like https://github.com/YOUR_USERNAME/easy-markdown-editor.git );
|
||||
2.
|
||||
- a) If you already cloned and worked on the project: `git remote add source https://github.com/Ionaru/easy-markdown-editor.git`;
|
||||
- b) otherwise, clone your fork: `git clone https://github.com/YOUR_USERNAME/easy-markdown-editor.git`;
|
||||
2. a) If you already cloned and worked on the project: `git remote add source https://github.com/Ionaru/easy-markdown-editor.git`;
|
||||
b) otherwise, clone your fork: `git clone https://github.com/YOUR_USERNAME/easy-markdown-editor.git`;
|
||||
3. create a new dedicated branch `git checkout -b myMergeRequest`;
|
||||
4. write some nice code and commit your work;
|
||||
5. check files against the ESLint syntax and build minified versions: `gulp`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user