<div dir="ltr"><div>Thanks for reaching out, it's great that you want to contribute! Here's an overview for you and anyone else who would like to get involved.<br></div><div><br></div><div>Flask itself doesn't have many open bugs right now. Most of the issues are in Werkzeug or Jinja. Click could definitely use a lot of attention as well. ItsDangerous and MarkupSafe are not as active but issues still pop up.<br></div><div><br></div><div>The maintainers, myself included, are all volunteering our free time, so anything that cuts down on the work we have to do to address each issue is helpful and appreciated. Here are some ways to help:</div><div><br></div><div>- Triage bug reports. Is there enough information to reproduce the issue? Can you reproduce it? Report back if not. Use a debugger to trace where it's happening. A lot of the time I can fix something relatively easily, but actually tracking it down in the first place is the time consuming part.</div><div><br></div><div>- Submit patches. Did you track down why an issue was happening? Create a PR for it! Even if you miss something, it gives us a way to review and run tests. I'm more interested in patches for bugs than implementing feature requests, although if something interests you, go for it. Just be aware that we might not merge a new feature just because it was submitted.</div><div><br></div><div>- Make sure we match the spec. Bugs about incorrect behavior are a priority. Understanding the WSGI PEPs and the multitude of HTTP RFCs is a daunting task (I still have to look up things constantly)<br></div><div><br></div><div>- Write tests. Running `tox` will generate a coverage report. Write tests to cover functions or branches that aren't yet tested.</div><div><br></div><div>- Update documentation. There are a lot of issues that can be solved by better documentation. A strategy is to look at the most linked or voted questions on Stack Overflow and identify if the issues are because the documentation isn't clear enough. If you're writing whole examples that feel too specific though, that's probably not a good fit for documentation.</div><div><br></div><div>- Answer high-quality questions on Stack Overflow. Thorough answers that explain what the problem was and what the fix is, or what a better approach is, are helpful, lasting artifacts that others can find.</div><div><br></div><div>I want to create milestones for the next release of each project, but I've only had time to do that for Flask. Unfortunately I can't really point at specific issues to tackle first. The maintainers usually work first on what affects them, so if you have anything you're interested in or a project that ran into something, start with that.</div><div><br></div><div>Thank you!<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 22, 2018 at 3:41 PM, Frank Abel Cancio Bello <span dir="ltr"><<a href="mailto:frank@generalsoftwareinc.com" target="_blank">frank@generalsoftwareinc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I would like to contribute with code to Flask/Jinja2/Werkzeug.</div><div><br></div><div>Could anyone give me a hint from where to start, apart from the GitHub issues of the projects?</div><div><br></div><div>Would be nice to know what the project's developers have in mind or wish to develop.</div><div><br></div><div>Are new tests welcome?</div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div>Frank</div></font></span></div>
<br>______________________________<wbr>_________________<br>
Flask mailing list<br>
<a href="mailto:Flask@python.org">Flask@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/flask" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/flask</a><br>
<br></blockquote></div><br></div>