diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-13T22·51+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-12-13T23·15+0300 |
commit | 019f8fd2113df4c5247c3969c60fd4f0e08f91f7 (patch) | |
tree | 76a857f61aa88f62a30e854651e8439db77fd0ea /users/wpcarro/website/sandbox/github-issues-service/README.md | |
parent | 464bbcb15c09813172c79820bcf526bb10cf4208 (diff) | |
parent | 6123e976928ca3d8d93f0b2006b10b5f659eb74d (diff) |
subtree(users/wpcarro): docking briefcase at '24f5a642' r/3226
git-subtree-dir: users/wpcarro git-subtree-mainline: 464bbcb15c09813172c79820bcf526bb10cf4208 git-subtree-split: 24f5a642af3aa1627bbff977f0a101907a02c69f Change-Id: I6105b3762b79126b3488359c95978cadb3efa789
Diffstat (limited to 'users/wpcarro/website/sandbox/github-issues-service/README.md')
-rw-r--r-- | users/wpcarro/website/sandbox/github-issues-service/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/users/wpcarro/website/sandbox/github-issues-service/README.md b/users/wpcarro/website/sandbox/github-issues-service/README.md new file mode 100644 index 000000000000..2af860014378 --- /dev/null +++ b/users/wpcarro/website/sandbox/github-issues-service/README.md @@ -0,0 +1,28 @@ +# Github Issues Service (GIS) + +> 'Cause I got issues. But you got 'em too... +> - [Issues by Julia Michaels][issues] + +You have a website and your users want to request features or report bugs. How +do they do this? + +Our robot, GIS, can help you. GIS adds a widget to your website that allows +users to easily request features and report bugs. + +## Getting Started + +If Github is hosting your website's source code, you're ready to start using +GIS. GIS works with public and private repositories. + +Let's adopt Github's notion of "issues" to group feature requests and bug +reports together. When users click the GIS widget to create an issue, GIS +displays a modal form that the user completes. When the user submits the form, +GIS creates an issue on your Github repository. Now your team can use all of +Github's rich issue-tracking tools to manage your issues. + +## Installation + +To add GIS to your website, register your Github repository with us and we'll +give you a snippet to add to your website's HTML. It's that simple. + +[issues]: https://www.youtube.com/watch?v=9Ke4480MicU |