Skip to content

Pull Request Template

David Aguiar edited this page Jul 23, 2026 · 4 revisions

Each repo now maintains its own pull_request_template.md, auto-applied by GitHub when opening a PR. There is no single shared template across repos anymore.

datagov-catalog

pull_request_template.md:

# Pull Request

Related to https://github.com/GSA/data.gov/issues/XXXX

## About

<!-- any pertinent notes -->

## PR TASKS

- [ ] Code well documented
- [ ] Tests written for new/changed functionality

datagov-harvester

pull_request_template.md:

# Pull Request

Related to [LINK TO ISSUE]

## About

<!-- any pertinent notes -->

## PR TASKS

- [ ] Code well documented
- [ ] Tests written, run and passed
- [ ] Files linted

inventory-app

Check the repo directly for its current template, if any.


This page previously described a template tied to the legacy ckanext-geodatagov/CKAN system (PyPI version bump checks, etc). Both active repos have since moved to their own simpler, repo-specific templates. Updated 2026-07-23.

Clone this wiki locally