This issue is very simple.
Steps to follow
- Fork this repository
- Clone that fork to your local machine
- Switch to
development branch with git checkout development
- Merge the
docs-wip branch to development with git merge docs-wip; Try to resolve the conflicts(if any)
- Push those changes to your fork(remote) with
git push -u origin development
- Send a Pull Request to from your
development branch to our development branch
Note
If you face any problem/confusion before, during, or after the workflow process, comment down here!
You can also message us on our discord server, if the problem needs detailed discussion.
This issue is very simple.
Steps to follow
developmentbranch withgit checkout developmentdocs-wipbranch todevelopmentwithgit merge docs-wip; Try to resolve the conflicts(if any)git push -u origin developmentdevelopmentbranch to ourdevelopmentbranchNote
If you face any problem/confusion before, during, or after the workflow process, comment down here!
You can also message us on our discord server, if the problem needs detailed discussion.