Skip to content

Commit

Permalink
docs: Update issue and PR templates to account for the new wiki repos…
Browse files Browse the repository at this point in the history
  • Loading branch information
warp-core authored Jun 2, 2024
1 parent 60caa1e commit 314dc21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Wiki (on GitHub)
url: https://github.com/endless-sky/endless-sky-wiki/issues/
about: Please report issues with the GitHub wiki here.
- name: Endless Sky Mobile
url: https://github.com/thewierdnut/endless-mobile/issues/
about: Please report bugs any issues related to the mobile port here.
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ This save file can be used to test these changes:
- [ ] I created a PR to the [endless-sky-assets repo](https://github.com/endless-sky/endless-sky-assets) with the necessary image, blend, and texture assets: {{insert PR link}}
- [ ] I created a PR to the [endless-sky-high-dpi repo](https://github.com/endless-sky/endless-sky-high-dpi) with the `@2x` versions of these art assets: {{insert PR link}}

## Wiki Update
(If this PR adds a new feature or modifies a feature that should be documented in the [GitHub wiki](https://github.com/endless-sky/endless-sky/wiki), open a PR to the [wiki repository](https://github.com/endless-sky/endless-sky-wiki) and provide a link.)

## Performance Impact
{{If this PR changed code, describe any performance impact (positive or negative). "N/A" if no performance-critical code is changed.}}

0 comments on commit 314dc21

Please sign in to comment.