Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Added link for automated tests files in DOCUMENTATION_GUIDELINES.md #1008

Merged
merged 2 commits into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ ingestion_server/ingestion_server/lock
.vscode

openapi.yaml
Pipfile
Pipfile.lock
Yash-Pratapwar marked this conversation as resolved.
Show resolved Hide resolved
Yash-Pratapwar marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion DOCUMENTATION_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Openverse API uses [drf-yasg](https://github.com/axnsan12/drf-yasg), which is a

- Run the server locally by following this [link](https://github.com/WordPress/openverse-api#running-the-server-locally)
- Update documentation
- Make sure the updates passed the automated tests in this [file](https://github.com/WordPress/openverse-api/blob/master/.github/workflows/integration-tests.yml)
- Make sure the updates passed the automated tests in this [file](https://github.com/WordPress/openverse-api/blob/main/.github/workflows/ci_cd.yml)
- Commit and push
- Create pull request by following [GitHub Repo Guidelines](https://opensource.creativecommons.org/contributing-code/github-repo-guidelines/)

Expand Down