Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.1 KB

CONTRIBUTING.md

File metadata and controls

56 lines (35 loc) · 2.1 KB

how to contribute

Fix or improve focus

How to contribute ?

Declare an issue

You have question about FOCUS-CORE ? About how to use it ? You have detected an problem in the framework. A component don't behave as expected ?

Please read this document

Contribute to DEVS

You want to contribute to FOCUS-CORE, propose new features, fix an issue ?

Please read this document

Create a pull request to push a new feature

You have develop new feature on your FOCUS-CORE local branch. You want to contribute to the project and push it to main branch for the benefit of the community FOCUS ?

Please read this document

Create a pull request to fix an issue

You fixed an issue on your FOCUS-CORE local branch. You want to push it to main branch for the benefit of the community FOCUS ?

Please read this document

Fork focus to create your own focus project

  • Fork the project

  • fork

  • Add focus as a remote origin

  • git remote add upstream https://github.com/KleeGroup/{sourceProjectToReplace}.git

    • Focus, git remote add upstream https://github.com/KleeGroup/focus.git
    • FocusComponents git remote add upstream https://github.com/KleeGroup/focus-components.git
  • Stay up to date with focus , read this article

# Get the changes informations
git fetch upstream
# Go back on your local master branch
git checkout  master
# merge changes from original repository
git merge upstream/master

Build focus

  • perform npm install
  • npm run build:browser to launch the build for the browser, copied in dist/focus.js