Renamed bug.yml and config.yml files in the .github/ISSUE_TEMPLATE directory to issue_templates directory. Added new lines to the AppInit.php file in the Fuelviews\AppInit namespace. The changes were made to improve file organization and add functionality to the AppInit class. #16
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.
Pull Request Description: Rename and Enhance Issue Templates
This pull request introduces significant improvements to our project's issue tracking process by renaming the existing
bug.yml
andconfig.yml
files in the.github/ISSUE_TEMPLATE
directory to a more appropriately namedissue_templates
directory. This change aims to enhance file organization, making it easier for contributors to find and utilize the templates needed for reporting issues.Additionally, we have made modifications to the
AppInit
class within theFuelviews\AppInit
namespace by adding new lines to theAppInit.php
file. This enhancement sets the groundwork for future functionality, allowing for better extensibility and integration within the application.Motivation
AppInit
class allow for future enhancements, enabling us to implement new features and improve the application's capabilities without compromising existing functionality.By merging this pull request, we will streamline our issue reporting process and lay the foundation for continued growth and improvement in our application.