Skip to content

Commit c34cf19

Browse files
authored
Initial commit
0 parents  commit c34cf19

16 files changed

Lines changed: 450 additions & 0 deletions

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
2+
# Ignore build and test binaries.
3+
bin/

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while using
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
11+
-->
12+
13+
**What happened**:
14+
15+
**What you expected to happen**:
16+
17+
**How to reproduce it (as minimally and precisely as possible)**:
18+
19+
**Anything else we need to know?**:
20+
21+
**Environment**:

.github/ISSUE_TEMPLATE/CLEANUP.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Clean Up Request
3+
about: Suggest to clean up code, process or tech debt to the project
4+
title: ''
5+
labels: cleanup
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please only use this template for submitting clean up requests -->
11+
12+
**What would you like to be cleaned**:
13+
14+
**Why is this needed**:

.github/ISSUE_TEMPLATE/FEATURE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a feature to the project
4+
title: ''
5+
labels: feature
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please only use this template for submitting feature requests -->
11+
12+
**What would you like to be added**:
13+
14+
**Why is this needed**:
15+
16+
**Completion requirements**:
17+
18+
This feature requires the following artifacts:
19+
20+
- [ ] Design doc
21+
- [ ] API change
22+
- [ ] Docs update
23+
24+
The artifacts should be linked in subsequent comments.

.github/ISSUE_TEMPLATE/SUPPORT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Support Request
3+
about: Support request or question relating to the project
4+
title: ''
5+
labels: support
6+
assignees: ''
7+
8+
---

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#### What this PR does / why we need it
2+
3+
#### Which issue(s) this PR fixes
4+
<!--
5+
*Automatically closes linked issue when PR is merged.
6+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
7+
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
8+
-->
9+
Fixes #
10+
11+
#### Special notes for your reviewer
12+
13+
#### Does this PR introduce a user-facing change?
14+
<!--
15+
If no, just write "NONE" in the release-note block below.
16+
If yes, a release note is required:
17+
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
18+
-->
19+
```release-note
20+
21+
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Initialization Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
init:
8+
# Use a released version for stable.
9+
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@main
10+
secrets:
11+
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Event Workflow
2+
3+
env:
4+
GH_DEBUG: api
5+
6+
on:
7+
issues:
8+
types:
9+
- opened
10+
issue_comment:
11+
types:
12+
- created
13+
pull_request_target:
14+
types:
15+
- opened
16+
- synchronize
17+
- labeled
18+
- unlabeled
19+
20+
jobs:
21+
event-handler:
22+
# Use a released version for stable.
23+
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main
24+
secrets:
25+
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
bin/*
8+
Dockerfile.cross
9+
10+
# Test binary, build with `go test -c`
11+
*.test
12+
13+
# Output of the go coverage tool, specifically when used with LiteIDE
14+
*.out
15+
16+
# Kubernetes Generated files - skip generated files, except for vendored files
17+
18+
!vendor/**/zz_generated.*
19+
20+
# editor and IDE paraphernalia
21+
.idea
22+
.vscode
23+
*.swp
24+
*.swo
25+
*~
26+
.DS_Store
27+
artifacts
28+
cache
29+
30+
__pycache__
31+
*.pyc
32+
.pytest_cache
33+
*.tgz

CODE_OF_CONDUCT.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Code of Conduct
2+
3+
👋 Welcome to InftyAI community !
4+
5+
- [Scope](#scope)
6+
- [Our Standards](#our-standards)
7+
8+
## Scope
9+
10+
This code of conduct applies within project and community spaces.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to a positive environment include but are not limited to:
15+
16+
- Demonstrating empathy and kindness toward other people
17+
- Being respectful of differing opinions, viewpoints, and experiences
18+
- Giving and gracefully accepting constructive feedback
19+
- Accepting responsibility and apologizing to those affected by our mistakes,
20+
and learning from the experience
21+
- Focusing on what is best not just for us as individuals, but for the
22+
overall community
23+
- Using welcoming and inclusive language
24+
25+
Examples of unacceptable behavior include but are not limited to:
26+
27+
- The use of sexualized language or imagery
28+
- Trolling, insulting or derogatory comments, and personal or political attacks
29+
- Public or private harassment in any form
30+
- Publishing others' private information, such as a physical or email
31+
address, without their explicit permission
32+
- Violence, threatening violence, or encouraging others to engage in violent behavior
33+
- Stalking or following someone without their consent
34+
- Unwelcome physical contact
35+
- Unwelcome sexual or romantic attention or advances
36+
- Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
The following behaviors are also prohibited:
40+
41+
- Providing knowingly false or misleading information in connection with a Code of Conduct investigation or otherwise intentionally tampering with an investigation.
42+
- Retaliating against a person because they reported an incident or provided information about an incident as a witness.

0 commit comments

Comments
 (0)