Skip to content

Commit e2202dc

Browse files
committed
Add contributing guidelines and pull request template
1 parent f40f293 commit e2202dc

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/contributing.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to wger
2+
3+
🎉 Thanks for showing interest in contributing! 🎉
4+
5+
We have centralized the documentation for contributing to wger in the online
6+
docs, especially for non-code contributions such as documentation, translations,
7+
etc.:
8+
9+
<https://wger.readthedocs.io/en/latest/contributing.html>
10+
11+
## Questions
12+
13+
Are you just using the software and have a question or improvement? Let us know!
14+
15+
* Discord: <https://discord.gg/rPWFv6W>
16+
* Mastodon: <https://fosstodon.org/@wger>
17+
18+
## Issues
19+
20+
If you run into a bug describe the problem as well as you can.
21+
22+
- Steps and any useful information to reproduce the issue
23+
- Environment details (app type: web / mobile, installation method, OS, etc.)
24+
- Any changes you may have done, either to the compose file or the configuration
25+
- Any logs if applicable
26+
- Git SHAs of this checkout, docker images, etc.

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Proposed Changes
2+
3+
-
4+
-
5+
6+
## Related Issue(s)
7+
8+
If applicable, please link to any related issues (`Closes #123`,
9+
`Closes wger-project/other-repo#123`, `See also #123`, etc.)

0 commit comments

Comments
 (0)