-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
Based on the initial PR of #487 We need to update our MAINTAINERS.MD with this information to make sure we provide it to contributors that need assistance.
When a new page is created there are things that should be included.
- If a new data type is created then we need a new file in
_data/. JSON is preferred but YAML/CSV is also okay. - Add the route to
tests/conftestin theROUTESconstant.
blackpythondevs.github.io/tests/conftest.py
Lines 14 to 21 in 56e317b
| ROUTES = [ | |
| "", | |
| "blog", | |
| "about", | |
| "events", | |
| "community", | |
| "leadership", | |
| ] |