Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

28 lines (15 loc) · 1.12 KB

Contribution

Contributors Issues Pull Requests

Find more information about how to contribute in the development section. But in short, follow along and read the rest of this short readme text.

Requirements

Install Node.js and yarn.

Setup Instructions

  1. Clone this repo to your local machine:

git clone https://github.com/dnbexperience/eufemia.git

  1. Change directory into the directory and install dependencies:

cd eufemia && yarn install

Use main and the GitHub Flow

  1. Make sure you run git checkout main - as main is the working branch
  2. Make your own branch in case you are making a pull request into main

Releases

The CI will handle new releases once the changes (by a Pull Request) gets merged from origin/main into the origin/release branch.