- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bug Report/Feature request portals inside a centralized Help page #133
Merged
+518
−3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BenchmarkDotNet=v0.12.1, OS=ubuntu 18.04
Intel Xeon Platinum 8171M CPU 2.60GHz, 1 CPU, 2 logical and 2 physical cores
.NET Core SDK=3.1.403
[Host] : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT
DefaultJob : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT
|
3 tasks
trying to retrigger GitHub Actions
BenchmarkDotNet=v0.12.1, OS=ubuntu 18.04
Intel Xeon Platinum 8171M CPU 2.60GHz, 1 CPU, 2 logical and 2 physical cores
.NET Core SDK=3.1.403
[Host] : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT
DefaultJob : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT
|
Codecov Report
@@ Coverage Diff @@
## v3.0.0-rc #133 +/- ##
==========================================
Coverage 87.10% 87.10%
==========================================
Files 28 28
Lines 1272 1272
==========================================
Hits 1108 1108
Misses 164 164 Continue to review full report at Codecov.
|
BenchmarkDotNet=v0.12.1, OS=ubuntu 18.04
Intel Xeon Platinum 8171M CPU 2.60GHz, 1 CPU, 2 logical and 2 physical cores
.NET Core SDK=3.1.403
[Host] : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT
DefaultJob : .NET Core 3.1.9 (CoreCLR 4.700.20.47201, CoreFX 4.700.20.47203), X64 RyuJIT
|
rbaker26
approved these changes
Oct 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Built a means for a user to submit bug reports and request features. These will be sent from the site to our GitHub issues directly without having to have a user come to the GitHub and request it. This is done through means of a bot and GitHub's API to send data from the site as a issue with its respective tags. The bug request form is expecting a title, description, and steps to reproduce that will be transferred to make it easier for us to try to reproduce the bugs and know more about them. Feature request is mainly just a title and description then we can decide on it from there. Updated _Layout since I needed jQuery reference at the top in order to use form validation in my .cshtml files for bug and feature. Added toasts for when the user submits or has an error during the form process. The two things that could possibly happen is the GitHub token is incorrect/invalid or the spelling of the user/repo is incorrect. The errors tell the user to notify us if that is the case.
Motivation and Context
This allows users to give us feedback and help fix the site without having to directly come into GitHub and logging in just to request or report bugs. This gives them a easy user experience which also gives us detailed information in order to check if its a browser issue and what version the site is using!
Resolves #119
How Has This Been Tested?
Manually tested. Tested the bug/feature reports on my own repo for the images.
Screenshots (if appropriate):
(I missed the Issue # 12 in this screenshot, so ignore that)

(was on a different version for both below)

Types of changes
Checklist: