Closed alexong7 closed 1 year ago
Code Climate has analyzed commit 2fef7115 and detected 1 issue on this pull request.
Here's the issue category breakdown:
Category | Count |
---|---|
Complexity | 1 |
View more on Code Climate.
@alexong7 Thanks for creating your first PR with this repository :)
The current repository is a final product and we want actual informative changes here. We can't add placeholder changes here currently. I'll be happy to merge some useful changes here.
Description
Add FAQ categories. Categories are set in an FAQ array and added to the FAQ items separated by the regex #####.
(Note this is for the purposes of a school assignment to add to an open source git issue, not entirely perfect, but provides a starting solution to be iterated on)
Fixes #(issue)
848
Type of change
Just put an x in the [] which are valid.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
./gradlew assembleDebug assembleRelease
./gradlew checkstyle
Checklist: