Kleist47 / getting-started-github-apps

https://lab.github.com/githubtraining/getting-started-with-github-apps
0 stars 0 forks source link

Add customizations to config #3

Closed Kleist47 closed 5 years ago

request-info[bot] commented 5 years ago

We would appreciate it if you could provide us with more info about this issue/pr!

github-learning-lab[bot] commented 5 years ago

Request Info app

When a user opens an empty issue or pull request, the Request Info app will do exactly that -- request some more information.

You can see that Request Info has already responded to this pull request with a default message.

Configuration files

Per the app installation instructions, this app requires a .github/config.yml file for it to respond with a default message. I've already included that in this pull request for you. Some apps use these, and some don't use them at all. Some apps might use a .json file, while others might ask you to store configuration settings in a .md file.

This allows you to take default templates and extend them to your own projects.

Step 8: Configure apps

Let's use your default template to learn about APIs. First, make a simple change to the standard message.

:keyboard: Activity: Change the default message of your config.yml file

  1. Click on the Files changed tab
  2. Click the small grey pencil to edit the config.yml file
  3. Change the default YAML file message for request app
    • If you aren't sure where to find that, edit the reply on line 6
  4. Scroll down and commit your changes

After you update this pull request, look for my comment below

Kleist47 commented 5 years ago

dvdvscx