scorelab / Stackle

Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104 stars 147 forks source link

Added URL validations #164

Open thivatm opened 5 years ago

thivatm commented 5 years ago

Fixes #163

Changes proposed in the pull request

Added URL validations to the URL

Impact

The URLs will be checked whether they are valid before submitting the form

Other information

N/A

Check if you have done the following before creating the PR

When the URL is invalid 2019-04-09 08_59_10-StackleApp

If the user tries to submit the invalid URL 2019-04-09 09_06_00-

When the URL is valid 2019-04-09 08_59_41-StackleApp