Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.27 KB

File metadata and controls

68 lines (44 loc) · 1.27 KB

English | 简体中文

Contributing Your Skills!

Why Contribute?

  • Share your hard-earned experience with others
  • Build your personal influence
  • Enrich the DevOps ecosystem

How to Contribute

Method 1: Submit a PR

  1. Fork https://github.com/koderover/devops-skills
  2. Create a branch: git checkout -b skill/your-skill-name
  3. Create your new skill under the skills/ directory
  4. Submit a Pull Request

Method 2: Direct Sharing

Contact a Maintainer to add your skill directly.

Skill Template

# Skill Name

One-line description.

## Environment Variables

| Variable | Required | Description |
|----------|----------|-------------|
| VAR | Yes | Description |

## Core Features

1. Feature one
2. Feature two

## Usage Example

\`\`\`bash
# Example
\`\`\`

Review Criteria

  • Clear and complete description
  • Examples ready to use
  • No obvious errors

Naming Conventions

  • Use lowercase letters
  • Use hyphens - to separate words
  • Prefix with tool/platform name
  • Examples: devops-jenkins-quickstart, devops-harbor-setup

Contact

  • GitHub Issues
  • Join our group chat to discuss

Contact QR Code

Thank you for your contribution!