You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
and develop a form to interact with standardized issue so that we can make sure to not break the parseability by editing the issue manually (=> essentially github issues become the "backend" for the tool)
develop a library to checkout and parse the issue to be able to setup all code & repo's involved for development to solve the issue
context
Every development issue is related to code in files in one or more modules (e.g. dependencies).
In order to solve the issue, a developer who wants to contribute needs to clone all involved repositories, solve the issue and commit and push the changes to make a pull request.
goal
standardize issues to automatically be able to check out and set up all involved code and repositories in a way that a developer can start immediately with solving the issue and knowing where to look.
do (1.) in a way that will work inside a browser, so that it wont be necessary to use the command line
The text was updated successfully, but these errors were encountered:
@todo
context
goal
The text was updated successfully, but these errors were encountered: