Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Github issue with contents of web form #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2017

  1. Adding a form that creates a github issue

    HasGisete committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    5344f19 View commit details
    Browse the repository at this point in the history
  2. Open Github issue with contents of web form brainhack101#13

    - Added a new form that connects to the Github API on submit and
    creates a Github issue with the contents of the form. Must add a
    personal token (line 295) to make it work.
    
    - Form checks for required fields and validates URL which should be an
    absolute URL according to these constraint: https://goo.gl/8JTigJ (AKA
    it must contain the protocol or it will fail)
    HasGisete committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    3826e25 View commit details
    Browse the repository at this point in the history