-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Wiki pages are helpful markdown pages where users can add documentation for their GitHub repository. From the documentation:
Every repository on GitHub comes equipped with a section for hosting documentation, called a wiki. You can use your repository's wiki to share long-form content about your project, such as how to use it, how you designed it, or its core principles. A README file quickly tells what your project can do, while you can use a wiki to provide additional documentation.
This issue consists of adding a new event for the bot to track. You'll be updating the bot to make sure that users can be notified when an additional page is added to their Wikis.
These are the steps to do so:
- Add
WIKI_UPDATEDtoEventTypeenum. #2 - Add new
WikiPagemodel. #3 - Add new GitHub parser called
WikiUpdateEventParser. #4 - Add new
elifclause tocompose_messageforWIKI_UPDATEDevent. #5
More information can be found in the individual issues.
Leave a comment if you have any doubts.