Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Nov 13, 2023
0 parents commit c99af06
Show file tree
Hide file tree
Showing 330 changed files with 50,314 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code of Conduct

This repository and affiliated channels uses the [SustainOSS Code of Conduct](https://sustainoss.org/code-of-conduct/).
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Contributing

Anyone is welcome to submit PRs or open issues.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License Copyright (c) 2023 Richard Littauer and contributors

Permission is hereby granted,
free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice
(including the next paragraph) shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Governance Handbook

> A Jupyter Book of resources for governance in open source
## Usage

Go to the website where this is rendered. Currently, that is https://sustainers.github.io/governance-handbook/. You can also build this locally - see below.

## Install

This is a Jupyter notebook, and depends on the tooling system of Jupyter Notebooks to work. https://jupyterbook.org/en/stable/intro.html has an excellent intro to get started. For now:

- Clone this repository locally.
- Edit any Markdown locally.
- Add any pages that you want to be in the Table of Contents to `_toc.yml`.
- Run `build.sh` in order to automatically build the changes. You may need to run `chmod +x build.sh` to make this executable, first.

## Contribute

Please! All contributions are welcome. As is written in the intro page currently:

- [**Open an issue**](https://github.com/sustainers/academic-map/issues/new) to add data. If you are unsure how to use Git easily or you are unsure where something goes, just open an issue with your suggestions or comments.
- Add a page directly to the Git repository using a **Pull Request**. The GitHub repo is [here](https://github.com/sustainers/governance-handbook/).
- **Complain**. If this isn't working for you, tell us why, and we'd be more than happy to work to make it better.
- **Join** the calls. These are announced in [the Sustain Discourse](https://discourse.sustainoss.org/).
- **Send an email.** Richard Littauer is the main editor for this repository, at the moment, and he's happy to incorporate any changes or to build a more welcoming and inclusive structure for collaboration here if any of the above options is less than ideal. Email [[email protected]](mailto:[email protected]).

## Code of Conduct

Please see [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).

## License

[MIT](LICENSE).
Binary file added _build/.doctrees/CODE_OF_CONDUCT.doctree
Binary file not shown.
Binary file added _build/.doctrees/README.doctree
Binary file not shown.
Binary file added _build/.doctrees/about.doctree
Binary file not shown.
Binary file added _build/.doctrees/environment.pickle
Binary file not shown.
Binary file added _build/.doctrees/individuals.doctree
Binary file not shown.
Binary file added _build/.doctrees/intro.doctree
Binary file not shown.
Binary file added _build/.doctrees/markdown-notebooks.doctree
Binary file not shown.
Binary file added _build/.doctrees/markdown.doctree
Binary file not shown.
Binary file added _build/.doctrees/notebooks.doctree
Binary file not shown.
Binary file added _build/.doctrees/organizations.doctree
Binary file not shown.
Binary file added _build/.doctrees/organizations/chaoss.doctree
Binary file not shown.
Binary file added _build/.doctrees/organizations/urssi.doctree
Binary file not shown.
Binary file added _build/.doctrees/universities.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions _build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 59d508a45974da3f6db43917c437a67e
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading

0 comments on commit c99af06

Please sign in to comment.