Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/settingspage #382

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
186 changes: 93 additions & 93 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,93 +1,93 @@
{
"projectName": "mstacm.org",
"projectOwner": "sigdotcom",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "kevinschoonover",
"name": "Kevin Schoonover",
"avatar_url": "https://avatars3.githubusercontent.com/u/17842707?v=4",
"profile": "https://github.com/kevinschoonover",
"contributions": [
"code",
"doc",
"ideas",
"mentoring",
"projectManagement",
"review",
"infra"
]
},
{
"login": "ClayMav",
"name": "Clay McGinnis",
"avatar_url": "https://avatars3.githubusercontent.com/u/16675291?v=4",
"profile": "https://clay.sh/",
"contributions": [
"code",
"doc",
"design",
"ideas",
"mentoring",
"projectManagement",
"review"
]
},
{
"login": "Andrew-Gibson42",
"name": "Andrew-Gibson42",
"avatar_url": "https://avatars1.githubusercontent.com/u/42543554?v=4",
"profile": "https://github.com/Andrew-Gibson42",
"contributions": [
"code"
]
},
{
"login": "dmgardiner25",
"name": "David Gardiner",
"avatar_url": "https://avatars0.githubusercontent.com/u/22037769?v=4",
"profile": "https://github.com/dmgardiner25",
"contributions": [
"code",
"ideas",
"mentoring",
"review"
]
},
{
"login": "henrievjen",
"name": "Henri Evjen",
"avatar_url": "https://avatars3.githubusercontent.com/u/46657460?v=4",
"profile": "https://github.com/henrievjen",
"contributions": [
"code"
]
},
{
"login": "Preston-Daily",
"name": "Preston",
"avatar_url": "https://avatars2.githubusercontent.com/u/17749631?v=4",
"profile": "https://github.com/Preston-Daily",
"contributions": [
"code"
]
},
{
"login": "KerimD",
"name": "Deniz",
"avatar_url": "https://avatars1.githubusercontent.com/u/44935903?v=4",
"profile": "https://github.com/KerimD",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}
{
"projectName": "mstacm.org",
"projectOwner": "sigdotcom",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "kevinschoonover",
"name": "Kevin Schoonover",
"avatar_url": "https://avatars3.githubusercontent.com/u/17842707?v=4",
"profile": "https://github.com/kevinschoonover",
"contributions": [
"code",
"doc",
"ideas",
"mentoring",
"projectManagement",
"review",
"infra"
]
},
{
"login": "ClayMav",
"name": "Clay McGinnis",
"avatar_url": "https://avatars3.githubusercontent.com/u/16675291?v=4",
"profile": "https://clay.sh/",
"contributions": [
"code",
"doc",
"design",
"ideas",
"mentoring",
"projectManagement",
"review"
]
},
{
"login": "Andrew-Gibson42",
"name": "Andrew-Gibson42",
"avatar_url": "https://avatars1.githubusercontent.com/u/42543554?v=4",
"profile": "https://github.com/Andrew-Gibson42",
"contributions": [
"code"
]
},
{
"login": "dmgardiner25",
"name": "David Gardiner",
"avatar_url": "https://avatars0.githubusercontent.com/u/22037769?v=4",
"profile": "https://github.com/dmgardiner25",
"contributions": [
"code",
"ideas",
"mentoring",
"review"
]
},
{
"login": "henrievjen",
"name": "Henri Evjen",
"avatar_url": "https://avatars3.githubusercontent.com/u/46657460?v=4",
"profile": "https://github.com/henrievjen",
"contributions": [
"code"
]
},
{
"login": "Preston-Daily",
"name": "Preston",
"avatar_url": "https://avatars2.githubusercontent.com/u/17749631?v=4",
"profile": "https://github.com/Preston-Daily",
"contributions": [
"code"
]
},
{
"login": "KerimD",
"name": "Deniz",
"avatar_url": "https://avatars1.githubusercontent.com/u/44935903?v=4",
"profile": "https://github.com/KerimD",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}
44 changes: 22 additions & 22 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<!-- For Deployment (remove if Feature) -->
# Deployment Checklist:

- [ ] I have generated the production migrations using a fresh database
(`docker-compose down`, `docker-compose up`, and then generated migrations)




<!-- For Feature (remove if Deployment) -->
# Pull Request Description

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
<!-- For Deployment (remove if Feature) -->
# Deployment Checklist:
- [ ] I have generated the production migrations using a fresh database
(`docker-compose down`, `docker-compose up`, and then generated migrations)
<!-- For Feature (remove if Deployment) -->
# Pull Request Description
# Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/deployment.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deployment Checklist:

- [ ] I have generated the production migrations using a fresh database
(`docker-compose down`, `docker-compose up`, and then generated migrations)
# Deployment Checklist:
- [ ] I have generated the production migrations using a fresh database
(`docker-compose down`, `docker-compose up`, and then generated migrations)
30 changes: 15 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Pull Request Description

<!-- Put description of PR here -->


# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
# Pull Request Description
<!-- Put description of PR here -->
# Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Loading