Skip to content

🎮Contribution Opportunity: Add New Game Entries🎮 Easy Issue #1

@SoftCircuitFm

Description

@SoftCircuitFm

🎮 Contribution Opportunity: Add New Game Entry 🎮

We're looking to expand our gaming database and welcome contributions from the community! If you have a favorite game that you'd like to see listed on GamePulse, this is your chance to add it to our collection.

📝 How to Contribute:

Fork this repository.
Clone your forked repository to your local machine.
Navigate to the 'includes' folder and open 'games_data.php' file.
Add a new entry with the game details following the PHP array format:

$games = [
    [
        'title' => 'Game Title',
        'category' => 'Game Category',
        'release_date' => 'YYYY-MM-DD',
        'sales_numbers' => 'Approximate Sales Numbers',
        'github_username' => 'YourGitHubUsername (optional)'
    ],
    // Add more game entries here...
];

Save the file and commit your changes.
Push the changes to your forked repository.
Open a pull request from your forked repository to the main repository.
📢 Important Notes:

Make sure to provide accurate and up-to-date information.
If the game belongs to multiple categories, you can separate them with commas (e.g., "Action, Adventure").
For the release date, use the format "YYYY-MM-DD" (e.g., "2022-05-15").
Sales numbers should be approximate and can be written as "X,XXX,XXX" (e.g., "2,000,000").
Optionally, you can include your GitHub username to get credit for your contribution.
🌟 Let's build the ultimate gaming platform together! Join us in adding exciting games to GamePulse and sharing the joy of gaming with the community. Thank you for your valuable contribution! 🚀🎉

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions