The guide aims to help you to understand how you can add contents to this project (Vivaldi Wiki) easily. test
The project is live on following web pages :
-
A Github account
You should create a new account to create a new file or edit the actual one.
-
Basic Markdown Knowledge
You should check here in order to learn basic commands.
Here's an example workflow for a project wiki
hosted on Github, which
is currently in version 1.3.x. Your username is yourname
and you're
submitting a basic bugfix. (This workflow only changes slightly if the project
is hosted at Bitbucket, self-hosted, or etc.)
- Hit 'fork' on Github, creating e.g.
yourname/wiki
. - Clone your project:
git clone [email protected]:yourname/wiki
. - Create a branch:
cd wiki; git checkout -b foo-the-bars 1.3
.
- Add changelog entry crediting yourself.
- Write tests expecting the correct/fixed functionality; make sure they fail.
- Hack, hack, hack.
- Run tests again, making sure they pass.
- Commit your changes:
git commit -m "Foo the bars"
- Push your commit to get it back up to your fork:
git push origin HEAD
- Visit Github, click handy "Pull request" button that it will make upon noticing your new branch.
- In the description field, write down issue number (if submitting code fixing an existing issue) or describe the issue + your fix (if submitting a wholly new bugfix).
- Hit 'submit'! And please be patient - the maintainers will get to you when they can.
Open the main repo and create a new file:
- New file should be recorded as .MD file type.
- File name should be the same as the file URL , like; How to disable flash? / how-to-disable-flash
- All documents should be save under /Docs path
You can add many type of images into your file. Recommended file types are .JPG and .PNG. We do not recommend .GIF files as well.
- All images should be under /Docs/Images path
- There are a few locale repository on Github. Go to the repository that is related with your language.
- Add a new page or edit something.
- Request a pull-request.
This project uses following systems.
Documents are built for every commit in master
branch. This build process takes approximately a minute.
Note: This project is developed by VivaldiTips team and contributed by Sopranos Team.