We are a community-managed organization that aims to provide a one-stop shop for Battlezone community members to share their open-source resources or projects. Feel free to get involved, fork your projects, or create new project repositories here! Let any of the members know if you have any questions, feedback, or want to help contribute!
- BZCC Gamelist: https://battlezonescrapfield.github.io/BZCC-Website/
- Battlezone Community: https://www.battlezonecommunity.com/
- Battlezone Report: https://battlezone.report/
We'd be happy to have you contribute to this website! Here's how you can contribute:
- Clone this repo to your local pc.
- Open up
index.html
in your web browser to preview the site.
Note: the branching process looks like:
your-dev-branch → master → prod
- Commit your changes to a new branch, sourced from
master
. You may call your branch whatever you like (i.e.,"dev-john-cooke"
). - Create a Pull Request to the
master
branch from your newly developed branch. Make sure to give it an adequate title, description, and label! - Now, sit back and relax! 🏖️ From here: a code reviewer will review your commits and changes to complete the merge. If your changes look great, your PR to
master
will be approved, which means your new branch"dev-john-cooke"
will be squashed. A member of the team will create a new PR to merge your changes (that are now inmaster
) intoprod
. This will trigger the automated deployment to GitHub Pages!
- Remove PHP
- Favicon
- Site Embed Meta
<meta property="og:title" content="Battlezone Scrap Field">
<meta property="og:description" content="A one-stop shop for Battlezone community members to share their open-source resources or projects.">
<meta property="og:image" content="https://raw.githubusercontent.com/BattlezoneScrapField/.github/refs/heads/main/profile/img/isdf_scavenger.png">
<meta property="og:url" content="https://battlezonescrapfield.github.io/">
<meta property="og:type" content="website">
- Website created/setup by SirBrambley, and maintained by the Battlezone Community. 💖
- Special thanks to F9Bomber, Nielk1, AI_Unit, and all contributors. 💫