Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

50 lines (28 loc) · 1.11 KB

SDSC HPC Software Contribution Guide

This document outlines how to contribute to the sdsc/spack project.

Getting Started

Discussions

Issues

Each issue should be label by

https://github.com/atom/atom/blob/master/CONTRIBUTING.md#reporting-bugs

  • name of the deployment branch: "sdsc-${SPACK_VERSION}"
  • type of change: DOC, CONFIG, PACKAGE, or SPEC

SDSC - sdsc-0.17.3 - DOC - README -

SDSC: CONFIG - tscc/0.17.3/cpu - Set read-only group permissions on VASP6 in packages.yaml

ACI-1XXXXX: PACKAGE - sdsc-0.17.3 - Update GROMACS

ZEN-2XXXX: SPEC - expanse/0.17.3/gpu - Deploy

Pull Requests

Style Guidelines

Spack Configuration Files

Link to Spack documentation on this topic (and/or some other well-known style guide for yaml files)

Spack Packages

Link to Spack documentation on this topic (and/or the standard PEP-8 formatting principles).

Spack Specs