Simple (KISS) user friendly webpage to report a GitHub issue, with DB backup in SQlite.
- Responsive with Bootstrap 4.
- User Antispam and Google Score Antispam
- Copy to web server, edit config vars, and run.
-
KISS by design and programming. An acronym for "keep it simple, stupid" or "keep it stupid simple", is a design principle. The KISS principle states that most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided. Variations on the phrase include: "Keep it simple, silly", "keep it short and simple", "keep it simple and straightforward", "keep it small and simple", or "keep it stupid simple".
-
Select the best tools for the job, use tools that take less time to finish the job.
-
Productivity over complexity and avoid unnecessary complexity for elegant or beauty code.
-
Computers are machines, more powerful every year, give them hard work, concentrate on being productive.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
PHP >= 5.6
Sqlite 3
Google Recaptcha v3 Keys
Github Project
A step by step series of examples that tell you how to get a development env running
- Copy the folder to subdirectory/subdomain.
- Go to Google and register the website to get Recaptcha
- Config de app:
3.1 put Google Recaptcha v3 keys in config.php file
3.2 in header of index.php set Github user data:
$GithubUsernameToken = "YourAuthorizationToken";
$GithubUsername = "YourUsername";
$GithubRepository = "TheFullNameOfYourRepository";
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Microsoft Visual Studio 2019
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Made with ❤️ by Javier Cañon.