Giter Club home page Giter Club logo

dragonruby-docs's Introduction

DragonRuby now has it's own official documents page, please use this instead

DragonRuby Docs

Everything here is deprecated

DragonRuby-Docs

An open source attempt at documenting DragonRuby - GTK

Contributing

The fastest and easiest way to contribute to changes to the project would be to simply Fork > Branch > Change > Push


1. Fork

Fork the project & clone locally

This will create a copy of the repository in your own GitHub account

  • Move to the location you want to save the project to:
    cd location/you/want/to/save/to

  • Clone the project:
    git clone https://github.com/ZMonk91/DragonRuby-Docs.git

  • Change into the new project’s directory: cd DragonRuby-Docs/docs

note: All editable files are located under the docs/ folder.


2. Branch

The number one rule is to put each piece of work on its own branch.

Get branch from master:
git checkout master
The the git pull command will sync our local copy with the upstream project and the git push syncs it to our forked GitHub project: git pull upstream master && git push origin master

Start your own branch, naming whatever the fix is:
git checkout -b hotfix/new_name_here

Ensure that you only fix the thing you’re working on. Do not be tempted to fix some other things that you see along the way, including formatting issues, as your PR will probably be rejected.


3. Change

Simply make whatever changes you would like to submit, so long as they within the docs/ folder. (Make sure you leave a proper git commit message)


4. Create PR

To create a PR you need to push your branch to the origin remote and then press some buttons on GitHub.

To push your new branch:
git push -u origin hotfix/new_name_here

This will create the branch on your GitHub project. The -u flag links this branch with the remote one, so that in the future, you can simply type git push origin.

Swap back to the browser and navigate to your fork of the project (https://github.com/YOU_USERNAME/DragonRuby-Docs) and you’ll see that your new branch is listed at the top with a handy “Compare & pull request” button: Compare & Pull Request Button

On this page:

  • Ensure that the base forkpoints to the correct repository and branch.
  • Ensure that you provide a good, succinct title for your pull request and explain why you have created it in the description box. Add any relevant issue numbers if you have them.
  • Once you are happy, press the Create pull request button and you’re done.

Congratulations You've successfully submitted a change. The request will be reviewed and if everything was done correctly, will be updated immediately. No further changes necessary!

dragonruby-docs's People

Contributors

zmonk91 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.