Commit Graph

10 Commits

Author SHA1 Message Date
Tim Ansell 5b4ffe4fec
Fixing the sky130_osu_sc label description 2020-07-06 16:25:55 -07:00
Tim 'mithro' Ansell b008969341 infra: Adding Synopsys DesignCompiler label.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-02 13:54:34 -07:00
Tim 'mithro' Ansell cbaeff4e0c infra: Improve the labels a little.
* Add `help-wanted` and `good-first-issue` labels.
 * Document the general label color scheme.
 * Pull the non-color grouped labels to the top of the file.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-02 12:40:24 -07:00
Tim 'mithro' Ansell 0d6f2b3fab infra: Adding autolabeler configuration.
See https://github.com/google/skywater-pdk/issues/36.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-02 11:23:56 -07:00
Tim 'mithro' Ansell 7676360100 infra: Improve tool labels.
* Reorder the tools section
 * Add Synopsys PrimeTime as a tool.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-02 11:05:08 -07:00
Tim 'mithro' Ansell a7d2f090f1 infra: Enable manage-labels.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-02 10:58:29 -07:00
Tim 'mithro' Ansell 9b25c63936 infra: Adding label configuration.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-02 10:58:23 -07:00
Tim Ansell 8366fb26b5 infra: Create workflow which manages GitHub labels
GitHub labels will be managed by the .github/labels.yml file.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-02 10:41:33 -07:00
Tim 'mithro' Ansell 8d719604ef docs: Generate README.rst to work around GitHub not rendering `.. include::` in rst files.
This work might look like extensive for just fixing a small issue like
the include rendering, but it will all be heavily reused by the
skywater-pdk scripts that will be released soon.

This commit;
 - Adds Makefile for creating a self contained conda environment under
   `env/conda`

 - Installs required Python dependencies into the environment (which is
   currently just the `rst_include` tool).

 - Has a Makefile to generate `README.rst` from `README.src.rst`

 - Has Travis CI run on repository and check that the `README.rst` file
   has been rebuilt and committed if any of the dependencies have
   change.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-08 20:54:22 -07:00
Tim 'mithro' Ansell 53e4356d8a Boilerplate for new Google open source project
Based on bc6327f077d9a712f022310f1e8c8258fa297b8d from
https://github.com/google/new-project template.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-07 14:34:53 -07:00