Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 202f2a2

Browse files
authored
Update github templates, and project logo (#87)
1 parent 9c914f2 commit 202f2a2

File tree

7 files changed

+51
-1
lines changed

7 files changed

+51
-1
lines changed
File renamed without changes.

.github/CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contribution
2+
3+
So, you want to start contribute, Great!
4+
5+
1. First step is to clone the repo (`git clone https://github.com/nirgn975/Angular-Sanic-Seed-Project.git`)
6+
7+
2. Take yourself an issue (or talk with a team member to get one). Create a new branch (`git branch -b <issue_number>-<optional_text>`), and start working on it.
8+
9+
Example of a branch name `18-fix_server_docker`.
10+
11+
3. After you do your first commit create a PR (Pull Request) (you can do it from github GUI, Pycharm/Webstorm under _VCS -> Git -> Create Pull Request_, atom/ vscode, or even the command line) and if you don't finish the PR yet (what I assume is true because it's only the first commit) write `WIP` (stand for "Work In Progress") in the title.
12+
13+
Example: `WIP: Create Docker image..`
14+
Please add a link to the issue in the body of the PR (write hashtag with the issue number).
15+
Example: `#11`
16+
17+
4. Before you finish you PR (Pull Request) make sure all the tests are pass in `Travis`. If some of them are failed, fix your code or tests (depends on the issue).
18+
19+
5. When you finish, remove the `WIP` from the title and assign it to `@nirgn975`, and write some text like "@nirgn975 Ready for review" (when you mention him like that, GitHub will send a notification to that person).
20+
21+
6. Please go through [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/) and [Angular Style Guide](https://angular.io/styleguide) before submitting a PR.
22+
23+
7. Wait for code review and HAVE FUN!

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**This is a ...** (check one with "x")
2+
```
3+
[ ] Bug report
4+
[ ] Feature request
5+
[ ] Clarification on the documentation
6+
```
7+
8+
**Current behavior**
9+
10+
11+
**What is the expected behavior?** (if you know how it should behave)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
**What kind of change does this PR introduce?** (check _one_ with "x")
2+
```
3+
[ ] Bugfix
4+
[ ] Feature
5+
[ ] Code style update (formatting, local variables)
6+
[ ] Refactoring (no functional changes, no api changes)
7+
[ ] Build related changes
8+
[ ] CI related changes
9+
[ ] Docs related changes
10+
[ ] Other... Please describe:
11+
```
12+
13+
**Link to the open issue**:
14+
15+
16+
**Other information**:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016, Nir Galon and contributors.
1+
Copyright (c) 2018, Nir Galon and contributors.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

angular-django-seed-project.png

-18 Bytes
Loading

angular-django-seed-project.psd

-4.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)