Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 2a12bff

Browse files
committed
docs and gitignore
1 parent 1fb5627 commit 2a12bff

8 files changed

Lines changed: 31 additions & 9 deletions

File tree

File renamed without changes.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,5 @@ ModelManifest.xml
244244

245245
# Sphinx
246246
*.opt
247-
docs/_build/
248-
docks/.vscode/
247+
docs/_build
248+
docs/.vscode

docs/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Helping teams and Entrepretneurs to achieve the company's primary purpose: Maxim
1313
Contributing
1414
------------
1515

16-
Wanna contribute? Make a pull request!
16+
Wanna contribute? Check
1717

1818
Free
1919
^^^^
@@ -28,11 +28,12 @@ There are several ways we can help you out.
2828

2929
intro/big_picture
3030
intro/architecture
31+
intro/contributing
3132

3233
.. toctree::
3334
:maxdepth: 2
3435
:hidden:
35-
:caption: Building
36+
:caption: GetStart
3637

3738
quickstart/build
3839
quickstart/ambient_variables

docs/intro/contributing.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Contributing
2+
============
3+
We are open to community contributions. First, Read this: `Being a good open source citizen <https://hackernoon.com/being-a-good-open-source-citizen-9060d0ab9732>`_.
4+
There are a couple of guidelines you should follow so we can handle this without too much effort.
5+
6+
How to contribute?
7+
^^^^^^^^^^^^^^^^^^
8+
The easiest way to contribute is to open an issue and start a discussion.
9+
If you should submit a pull request with code changes, start with a description, only make the minimal changes to start with and provide tests that cover those changes.
10+
11+
General feedback and discussions?
12+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
Please start a discussion on the `issue tracker <https://github.com/brunohbrito/JP-Project/issues>`_.
14+
15+
Platform
16+
^^^^^^^^
17+
JpProject is built against ASP.NET Core and runs on .NET Framework 4.6.1 (and higher) and .NET Core 2.1 (and higher).
18+
19+
SPA is built against Angular 6 and runs on Node and Angular Cli 6.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#################
2+
Ambient variables
3+
#################
4+
5+
Using Ambient var you can minimize efforts for publish and change configuration.
6+

src/Frontend/Jp.UserManagement/src/app/pages/register/register.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ export class RegisterComponent implements OnInit {
3838
private userService: UserService,
3939
private router: Router,
4040
private route: ActivatedRoute,
41-
private socialAuthService: AuthService) {
42-
}
41+
private socialAuthService: AuthService) { }
4342

4443
public ngOnInit() {
4544
this.errors = [];

0 commit comments

Comments
 (0)