Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.92 KB

CONTRIBUTING.md

File metadata and controls

38 lines (28 loc) · 1.92 KB

Contributing

If you have a proposal you want to share with us, follow the description below. You only need to follow the installation instructions if you want to contribute something.

Requirements

You need to have the following tools installed:

Installation

  • Fork this repository.
  • Clone the forked repository to your local machine.
  • Install project dependencies. In the project folder:
    • Run npm install
  • Start the web server:
    • Run npm start
  • Open http://localhost:3030 (or http://localhost:3030/index on Windows)

Make Your Changes

  • Make sure the master branch of your fork is up to date by syncing your fork.
  • Create a new feature branch from the latest master:
    • Run git checkout -b the-feature-name.
  • Make your changes, and save your files.
  • Commit and push your changes to the forked repository:
    • To commit, run git add -A && git commit -m "Meaningful commit message"
    • To push, run git push

Create a Pull Request

Create a pull request from the feature branch of the forked repository to the master branch of the original repository.

We will review your changes and get back to you.

Contributing with AI-generated code

As artificial intelligence evolves, AI-generated code is becoming valuable for many software projects, including open-source initiatives. While we recognize the potential benefits of incorporating AI-generated content into our open-source projects there are certain requirements that need to be reflected and adhered to when making contributions.

Please see our guideline for AI-generated code contributions to SAP Open Source Software Projects for these requirements.