Fluxbox Wiki
Contribute
This wiki is not really a wiki anymore, now its a Github Pages powered static HTML site.
If you wish to contribute please follow this workflow:
- Join Github. Its free!
- Fork this repo
- Clone your fork.
- Create a topic branch.
- Make changes to add your content or fix some existing content
- Commit those changes to your topic branch & Push them to Github
- Open a pull request.
Here is an example of the commands I would run on my desktop to add "foo":
git clone https://github.com/michaelrice/fluxbox-wiki.github.io.git cd fluxbox-wiki.github.io git checkout -b adding_foo echo "This is foo" > foo.html git add foo.html git commit -m "added foo" git push origin adding_foo
Next I would go to Github and open a pull request. For help using pull requests see: Using Pull Requests
TEMPLATE! Please follow this template to write your pages