Skip to content

Latest commit

 

History

History
113 lines (83 loc) · 4.57 KB

README.md

File metadata and controls

113 lines (83 loc) · 4.57 KB

Contributors Forks Stargazers Last update Issues MIT License LinkedIn


Logo

E2E OS guidance

A pan-company effort to help guide open source use and contributions sponsored by PHUSE.
Explore the guidance »

Report Bug or Mistake · Suggest improvement

About The Project

Screenshot

This guidance was built through the contributions of individuals across multiple companies. Please use the issues to reach out if you have suggestions to improve this document.

(back to top)

Contributing

Contributions are what make this document valuable. Please reach out via the issues, ask a co-lead, jump straight in with a PR, or get in contact with PHUSE.

Rebuilding this site

Building locally

  1. Clone a copy of the repo
  2. Make some edits to the .qmd files.
  3. Navigate to the folder on your clone and run quarto preview to see a preview.

As the site is built on main from a gh-action, you don't need to do a 'full' render locally.

Making a pull request

If you would like to contribute code, we follow a very simple git flow where there is a main branch, with no develop or staging.

In order to contribute code (assumption is you do not have write access):

  1. Make a fork of this repo
  2. Optionally make a branch, then apply your edits and commit them
  3. Push the code up to your fork, then make a pull request (PR) onto the main branch of this repo
  4. The website is built and deployed from a gh-action, so you do not need to pre-render. If you have any new built artifacts from your changes (things created by quarto render), please do not commit them to the repo.

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)