Skip to content

OpenPrinting/openprinting.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to contribute

Help from community is necessary to make any opensource project great. We want to keep it as easy as possible for community to contribute changes. There are a few guidlines that we need to follow so that it is easy for others to understand and change the codebase.

Getting Started

  • Setup jekyll environment. You can follow this link.
  • Now, you have a working jekyll environment. Clone the source code from github.
  • Go to the directory and run:
bundle exec jekyll serve
  • If you want to access website from some other device on local network, use:
bundle exec jekyll serve --host=0.0.0.0
  • Open localhost:4000

Issues

  • If you want to work on some issue, first comment on that issue that you want to work.
  • If you want to open a new Issue. First make sure similiar issue is not present.
  • In case of a bug, always mention browser you are using because different browsers may behave differently.
  • In case of an Idea, please mention how it will change user experience and/or how it will enhance functionality of the website.

Pull Requests

  • If you have made some changes in the codebase and want to generate a PR. First, pull latest version of code from upstream. Remove all merge conflicts before generating PR.
  • In the PR, try to add working link of your work and if that is not possible, add screenshots.

Making changes

  • Whenever you are working on some major feature, always create a new branch.
  • Whenever you add something above trivial, please add comments.

About

Organization Pages for OpenPrinting

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 115