Skip to content

Commit

Permalink
Merge pull request #152 from mxve/updategithub
Browse files Browse the repository at this point in the history
update .github
  • Loading branch information
Rackover authored Oct 13, 2024
2 parents 5dbc504 + de5baac commit a1a9fe2
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS

This file was deleted.

8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discord Server
url: https://discord.gg/sKeVmR3/
url: https://discord.gg/2ETE8engZM
about: Please ask and answer support questions here.
- name: XLabsProject Website
url: https://xlabs.dev/
about: The official website.
- name: AlterWare Forum
url: https://forum.alterware.dev/
about: Find guides and ask questions here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/get-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

_Do not open an issue here if you need help with modding or have a problem getting the client to run.
Ask in `iw4x-support` or `iw4x-modding` channels on the [Discord](https://discord.gg/tKTQJxcCkk) server if you still have problems.
Ask in MW2 channels on the [Discord](https://discord.gg/2ETE8engZM) server if you still have problems.
If this does not apply, please continue by filling in the template below._

**What are you trying to do?**
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Add any other context about your changes here.
**Did you check all the boxes?**

- [ ] Focus on a single fix or feature; remove any unrelated formatting or code changes
- [ ] Mention any [related issues](https://github.com/XLabsProject/iw4x-client/issues) (put `closes #XXXX` in comment to auto-close issue when PR is merged)
- [ ] Follow our [coding conventions](https://github.com/XLabsProject/iw4x-client/blob/master/CODESTYLE.md)
- [ ] Mention any [related issues](https://github.com/iw4x/iw4x-client/issues) (put `closes #XXXX` in comment to auto-close issue when PR is merged)
- [ ] Follow our [coding conventions](https://github.com/iw4x/iw4x-client/blob/master/CODESTYLE.md)
- [ ] Minimize the number of commits
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
configuration:
- Debug
- Release
steps:
steps:
- name: Check out files
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
# NOTE - If LFS ever starts getting used during builds, switch this to true!
lfs: false

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Generate project files
run: tools/premake5 vs2022
Expand All @@ -44,10 +44,9 @@ jobs:
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=Win32 build/iw4x.sln

- name: Upload ${{matrix.configuration}} binaries
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: ${{matrix.configuration}} binaries
path: |
build/bin/Win32/${{matrix.configuration}}/iw4x.dll
build/bin/Win32/${{matrix.configuration}}/iw4x.pdb
build/bin/Win32/${{matrix.configuration}}/iw4x.pdb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<img src=".github/assets/readme/icon.png" align="right" width="100" height="100">

IW4x is a community-driven project that aims to revitalize and enhance the [Call of Duty: Modern Warfare 2 (2009) ](https://store.steampowered.com/app/10180/Call_of_Duty_Modern_Warfare_2_2009/)multiplayer experience by providing a stable platform with support for dedicated servers and modding.
IW4x is a community-driven project that aims to revitalize and enhance the [Call of Duty: Modern Warfare 2 (2009)](https://store.steampowered.com/app/10180/Call_of_Duty_Modern_Warfare_2_2009/) multiplayer experience by providing a stable platform with support for dedicated servers and modding.

IW4x is currently distributed through the [AlterWare Launcher](https://github.com/mxve/alterware-launcher).

Expand Down
18 changes: 12 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
## iw4x-client Security
We take security very seriously at XLabsProject. We welcome any peer review of our 100% free software source code to ensure nobody's IW4x clients or servers are ever compromised or hacked.
We welcome any peer review of our 100% free software source code to ensure nobody's IW4x clients or servers are ever compromised or hacked.

### Where should I report security issues?

In order to give the community time to respond and upgrade we strongly urge you report all security issues privately.
Please e-mail [email protected] directly to provide details and repro steps.

### Other key people
#### Discord
- Louvenarde: `louvenarde`

In the exceptional case that you do not receive a response within a reasonable time frame from our lead developer, please contact any of the following people:
- Future/diamante0018: [email protected]
#### E-Mail
- Future/diamante0018: `[email protected]`

We will try respond as soon as possible, but please note:
---

> Also feel free to join [our Discord server](https://discord.gg/2ETE8engZM) and mention that you want to report a security issue.
---

We will try to respond as soon as possible, but please note:

### This is an entirely free software project. It is maintained in our spare time.
### We cannot guarantee quick responses but we very much appreciate your discretion when reporting security vulnerabilities.

0 comments on commit a1a9fe2

Please sign in to comment.