Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support and docs for probot:settings github app. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repository:
name: overview
description: Documentation, knowledge hub for g0vNYC project.
homepage: null
default_branch: master
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing

The purpose of this document is to let contributors know how to
contribute to this organization's efforts.

## Repository Settings

* We use the [Probot:Settings GitHub app](https://github.com/apps/settings)
to allow anyone to submit changes to repo settings via pull request
using [`.github/config.yml`](.github/config.yml).
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# hub
Documentation, knowledge hub for g0vNYC project.
Documentation, knowledge hub for g0vNYC project.

## Contributing

Please see [`CONTRIBUTING.md`](CONTRIBUTING.md).