Before contributing be sure to read the project goals.
Anything that would make the GitHub Pages experience better for users. A few examples:
- Pull requests suggesting that dependencies be bumped to new versions
- Tools to make publishing to GitHub Pages easier
- Things that make the experience simpler for less-technical users
- Features that belong in Jekyll core
- Things that add complexity to the experience
- Support questions, or general questions about Jekyll or GitHub pages (open an issue On Jekyll or contact [email protected])
- Fork the project
- Create a new, descriptively named branch
- Commit your proposed changes
- Submit a pull request
To test your Gem with Bundler, you can:
-
Create a directory
-
Add a
Gemfile
like the following:gem 'github-pages', :git => 'https://github.com/<you>/pages-gem.git', :branch => '<your branch name>', :require => 'gh-pages'
-
Execute
bundle install
-
Test