Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<h1 align="center">Code of Conduct</h1>

<p align="center">
The xpkg project values respectful collaboration while building the packaging toolchain for the X ecosystem.
</p>

<hr />

<h2 id="our-standards" align="center">Our Standards</h2>

<ul>
<li>Be respectful in technical discussions and reviews.</li>
<li>Provide actionable feedback with examples when possible.</li>
<li>Prioritize correctness, reproducibility, and security.</li>
<li>Support newcomers and share context for complex decisions.</li>
</ul>

<h2 id="unacceptable-behavior" align="center">Unacceptable Behavior</h2>

<ul>
<li>Harassment, threats, hate speech, or discriminatory behavior.</li>
<li>Personal attacks and non-constructive hostility.</li>
<li>Intentionally disruptive behavior in issues or pull requests.</li>
<li>Disclosure of private data without consent.</li>
</ul>

<h2 id="reporting" align="center">Reporting</h2>

<p>
Report conduct concerns to <a href="mailto:x@xscriptor.com">x@xscriptor.com</a>. Reports will be reviewed confidentially.
</p>

<hr />

<p align="center"><b>Participation in this project requires adherence to this Code of Conduct.</b></p>
34 changes: 34 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<h1 align="center">Support</h1>

<p align="center">
Need help with <b>xpkg</b> build recipes, package creation, repository tooling, or signing?
</p>

<hr />

<h2 id="get-help" align="center">Get Help</h2>

<ul>
<li><b>Issues:</b> <a href="https://github.com/xscriptor/xpkg/issues">github.com/xscriptor/xpkg/issues</a></li>
<li><b>Contributing guide:</b> <a href="./CONTRIBUTING.md">CONTRIBUTING.md</a></li>
<li><b>Security reports:</b> <a href="mailto:x@xscriptor.com">x@xscriptor.com</a> (private disclosure)</li>
</ul>

<h2 id="before-opening-an-issue" align="center">Before Opening an Issue</h2>

<ul>
<li>Include your <code>xpkg</code> version and Rust toolchain version.</li>
<li>Attach the recipe used (<code>XBUILD</code> or <code>PKGBUILD</code>).</li>
<li>Share full command output and logs (<code>-v</code>, <code>-vv</code>, or <code>-vvv</code> if relevant).</li>
<li>Specify whether the issue is in build, lint, verify, signing, or repository commands.</li>
</ul>

<h2 id="response-expectations" align="center">Response Expectations</h2>

<p>
Reproducible reports with minimal test cases are prioritized to keep packaging workflows reliable.
</p>

<hr />

<p align="center"><b>Thank you for supporting xpkg.</b></p>
Loading