diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json deleted file mode 100644 index 8560ef6..0000000 --- a/.codesandbox/tasks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - // These tasks will run in order when initializing your CodeSandbox project. - "setupTasks": [ - { - "name": "Install Dependencies", - "command": "npm install" - } - ], - - // These tasks can be run from CodeSandbox. Running one will open a log in the app. - "tasks": { - "server": { - "name": "server", - "command": "npm start" - }, - "lint": { - "name": "lint", - "command": "npm run lint" - }, - "n": { - "name": "n", - "command": "npm start", - "runAtStart": true, - "preview": { - "port": 3000 - } - } - } -} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5b0ae4d..68b7b2b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at opensource@github.com. All +reported by contacting the project team at opensource@example.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/README.md b/README.md index ac31e31..1eb1133 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Sample GitHub App - -This sample app showcases how webhooks can be used with a GitHub App's installation token to create a bot that responds to issues. Code uses [octokit.js](https://github.com/octokit/octokit.js). +## Bot to help with Open Source collaboration and maintenance ## Requirements diff --git a/SUPPORT.md b/SUPPORT.md index 7cb4c85..1cae549 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -4,7 +4,7 @@ This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue. -This project is not actively developed but is maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support and community questions in a timely manner. +This project is not actively developed but is maintained by **THE COMMUNITY**. We will do our best to respond to support and community questions in a timely manner. ## GitHub Support Policy