Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: issue templates #4

Merged
merged 1 commit into from Nov 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/folders.md
@@ -0,0 +1,58 @@
---
name: Translation for main folders
about: Do you want to translate the main folders of the Wiki to your language?
title: Translation for main folders
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add 2 label types and automatically add the right labels for them, just so it is easier to filter etc

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added lables "move" and "translation". The latter one is meh, but I don't know any better one.

labels: translation
---
Hi,

I have read [the Styleguide](https://wiki.openttd.org/en/Wiki/Manual%20of%20Style#folders) and want to provide translations for the main wiki folders.

Please rename all folders and update links accordingly.
frosch123 marked this conversation as resolved.
Show resolved Hide resolved

| English folder | Translation |
| ---------------------------------------- | ---------------------------------------- |
| en/Manual | |
| en/Manual/Base Set | |
| en/Manual/Base Set/Aircraft | |
| en/Manual/Base Set/Industries | |
| en/Manual/Base Set/Ships | |
| en/Manual/Base Set/Road Vehicles | |
| en/Manual/Base Set/Trains | |
| en/Manual/Base Set/Cargos | |
| en/Manual/Game Mechanics | |
| en/Manual/Tutorial | |
| en/Community | |
| en/Community/Scenarios | |
| en/Community/Scenarios/Climate | |
| en/Community/Scenarios/Difficulty | |
| en/Community/Scenarios/Relief | |
| en/Community/Scenarios/Size | |
| en/Community/Scenarios/Industry Density | |
| en/Community/Junctionary | |
| en/Community/Play Style | |
| en/Community/Play Style/Aesthetics | |
| en/Community/Base Sets | |
| en/Community/Patches | |
| en/Community/AI | |
| en/Community/NewGRF | |
| en/Community/Essays | |
| en/Development | |
| en/Development/Script | |
| en/Development/NewGRF | |
| en/Development/Design Drafts | |
| en/Development/Design Drafts/Scripts | |
| en/Development/Design Drafts/NewGRF | |
| en/Wiki | |
| en/Archive | |
| en/Archive/OpenTTD | |
| en/Archive/Manual | |
| en/Archive/Manual/Settings | |
| en/Archive/Lists | |
| en/Archive/Old 32bpp | |
| en/Archive/Community | |
| en/Archive/Compilation and Ports | |
| en/Archive/Development | |
| en/Archive/Source | |

Thank you,
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/move.md
@@ -0,0 +1,17 @@
---
name: Move/rename pages or folders
about: Request to move pages or folders, and update all links to them.
title: Move/rename pages or folders
labels: move
---
Hi,

please move these pages to a new location and update all references.

| current title | new title |
| ----------------------------------------------- | ----------------------------------------------- |
| These are just examples, please remove them. | |
| en/Manual/Buying ships | en/Manual/Transport by Ship |
| en/Manual/Tutorial/* | en/Manual/First steps/* |

Thank you,