ttrss/CONTRIBUTING.md

21 lines
812 B
Markdown
Raw Normal View History

2017-04-23 21:16:50 +02:00
## Contributing code the right way
2019-04-22 11:10:51 +02:00
New user accounts on Gogs are not allowed to fork repositories because of spam. To get
initial fork access, do the following:
2017-04-23 21:16:50 +02:00
2019-04-22 11:10:51 +02:00
1. Register on the forums and on Gogs
2. Create a thread describing your proposed changes in Development subforum while
including your Gogs username
3. If your changes make sense to me, I'll update your repo limit and you'll be able to
2019-04-22 11:35:11 +02:00
fork things and file pull requests
2019-01-21 09:59:38 +01:00
2019-04-22 11:10:51 +02:00
If you already have a fully functional Gogs account it works pretty much like Github:
2019-01-21 09:59:38 +01:00
2019-04-22 11:35:11 +02:00
1. Fork the repository you're interested in
2019-04-22 11:10:51 +02:00
2. Do the needful
2019-04-22 11:35:11 +02:00
3. File a pull request with your changes against master branch
2019-01-21 09:59:38 +01:00
2019-04-22 11:10:51 +02:00
That's it. If you have any other questions, see this forum thread:
2019-01-21 09:59:38 +01:00
2019-04-22 11:10:51 +02:00
https://discourse.tt-rss.org/t/how-to-contribute-code-via-pull-requests-on-git-tt-rss-org/1850