Skip to content

Commit 188ca7e

Browse files
authored
Merge pull request #2 from AMD-AGI/fixes
adding github files
2 parents aa2e2e5 + c40986e commit 188ca7e

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Syntax: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
# Last matching rule wins. Prefer GitHub Teams over individuals.
3+
4+
# Default — every file requires project-team approval
5+
* @AMD-AGI/perf-opt

.github/CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- START OF CONTRIBUTING TEMPLATE -->
2+
3+
# Contributing to Decentralized training with PRIME - AMD
4+
5+
Thanks for your interest in contributing.
6+
7+
## Reporting Issues
8+
9+
Use [GitHub Issues](../../issues) to report bugs or request features. Include a clear description, reproduction steps, and your environment (OS, ROCm/CUDA version, Python version).
10+
11+
## Pull Request Workflow
12+
13+
1. Fork the repository and create a branch from `main`:
14+
```bash
15+
git checkout -b feature/short-description
16+
```
17+
2. Make your change. Add tests and update docs if behavior changes.
18+
3. Open a PR against `main`. Describe *what* changed and *why*; link any related issue.
19+
4. Ensure CI passes and request review from the relevant [CODEOWNERS](CODEOWNERS).
20+
21+
By opening a PR, you agree your contribution is licensed under the terms in [LICENSE](LICENSE).
22+
23+
## External Contributors
24+
25+
This repo is part of the AMD-AGI org. Non-AMD contributors need admin approval before being added as collaborators.
26+
27+
For security issues, do **not** open a public issue — see [SECURITY.md](SECURITY.md).
28+
29+
<!-- END OF CONTRIBUTING TEMPLATE -->

.github/SECURITY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- START OF SECURITY TEMPLATE -->
2+
3+
# Security Policy
4+
5+
## Reporting a Vulnerability
6+
7+
**Do not open a public GitHub issue.** Report privately via one of:
8+
9+
- **GitHub Private Vulnerability Reporting:** [Report a vulnerability](../../security/advisories/new)
10+
- **AMD Product Security portal:** https://www.amd.com/en/resources/product-security.html
11+
12+
Please include: description and impact, steps to reproduce, and affected versions or commits.
13+
14+
We aim to acknowledge reports within 1 business day.
15+
16+
## Scope
17+
18+
This policy covers code and configuration in this repository. For issues in third-party dependencies, report upstream. For AMD product issues unrelated to this repo, use the [AMD Product Security portal](https://www.amd.com/en/resources/product-security.html).
19+
20+
<!-- END OF SECURITY TEMPLATE -->

0 commit comments

Comments
 (0)