Skip to content

Commit

Permalink
github changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored and cdamian committed Sep 26, 2023
1 parent 255f8fd commit 17d553a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
7 changes: 2 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Centrifudge Code Owners

## Changes to .github
.github/* @mikiquantum @mustermeiszer @branan @NunoAlexandre
.github/* @mikiquantum @mustermeiszer @branan @NunoAlexandre @lemunozm

## Changes to ci
ci/* @mikiquantum @mustermeiszer @branan @NunoAlexandre
ci/* @mikiquantum @mustermeiszer @branan @NunoAlexandre @lemunozm

## Changes to the service of our chain.
node/* @mikiquantum @mustermeiszer @branan @NunoAlexandre

## Changes to chain-specs
node/res/* @mikiquantum @mustermeiszer @branan @NunoAlexandre @wischli

## Changes to toml files
*.toml @mikiquantum @mustermeiszer @branan @NunoAlexandre @lemunozm @wischli @cdamian @thea-leake

## Changes to specific pallets
pallets/liquidity-pools/* @NunoAlexandre @cdamian @wischli @mustermeiszer
pallets/rewards/* @lemunozm @mikiquantum
Expand Down
15 changes: 1 addition & 14 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
### Description
# Description

[Description of the issue or feature]

### Research/based on

[Which codebases, pallets or designs did you base your design on]

### How will this affect the code base

[Does it improve readability, performance? Will it introduce new complexity?]

### What are foreseen obstacles or hurdles to overcome?

[Are migrations needed, structural changes around testing etc?]
11 changes: 2 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
[description]

Fixes # (issue)
Fixes #(issue)

## Changes and Descriptions

[List your changes here]

# Checklist:

- [ ] I have added Rust doc comments to structs, enums, traits and functions
- [ ] I have made corresponding changes to the documentation
- [ ] I have performed a self-review of my code
- [ ] I have added tests that prove my fix is effective or that my feature works

0 comments on commit 17d553a

Please sign in to comment.