From 8d630c569c1feed9eb43eb7905e9c8f8e6d3e5fd Mon Sep 17 00:00:00 2001 From: Keirthana Date: Mon, 13 Jan 2025 22:24:40 +0530 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..d8e0fb7c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +# Documentation changes + +[Summary of documentation updates] + +# Review and preview + +Have you reviewed and previewed your documentation updates? +In your local repository, +1. Run `make spelling` and fix any spelling issues. +2. Run `make linkcheck` and fix any broken links. +3. Run `make run`. This will build a local copy of the entire documentation and you can preview the updated pages locally before creating this PR. + +## Reviewers + +Make sure to get at least one review from the [Anbox](https://github.com/orgs/canonical/teams/anbox) team. + +# JIRA / Launchpad bug + +[Add the associated JIRA ticket or Launchpad bug ID] \ No newline at end of file