Skip to content

Commit fb8374d

Browse files
committed
ready for release
1 parent bd9e7c7 commit fb8374d

File tree

5 files changed

+127
-23
lines changed

5 files changed

+127
-23
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to the "create-node-strapi-app" extension will be documented in this file.
4+
5+
## create-node-strapi-app [1.1.0] (Currently Working) (Unreleased)
6+
7+
8+
## create-node-strapi-app [1.0.0] - 2019-09-01 (Released)
9+
### Added
10+
- Added create-node-strapi-app boilerplate files added by [@mirfahad58](https://github.com/MirFahad58).
11+
- Added license , readme and code of conduct md files added by [@viveksharmaui](https://github.com/viveksharmaui).

CODE_OF_CONDUCT.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [email protected]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org
74+
75+
For answers to common questions about this code of conduct, see
76+
https://www.contributor-covenant.org/faq

CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contribution instructions
2+
3+
## Shipping a new functionality
4+
5+
1. You can only contribute on UNRELEASE which our team is currently working on see [CHANGELOG.md](https://github.com/Techistan/create-node-strapi-app/blob/master/CHANGELOG.md) file for more information of currently UNRELEASED version.
6+
2. Fork this repo.
7+
3. Pull latest UNRELEASED version branch.
8+
4. Contribute something great.
9+
5. Don't forget to write unit/integration/e2e/stress test.
10+
6. Create pull request of your branch to latest UNRELEASED version branch.
11+
7. Wait for Jarvis CI test to be passed.
12+
8. Wait for reviewer to review pull request file changes (This process can take upto few day's so relax).
13+
9. Wait for admistrator to merge pull request with latest UNRELEASED version branch.
14+
10. After doing all above steps now wait to see your changes in master and in production (This process can takes upto few weeks or months when we RELEASED new version).
15+
16+
17+
**Happy Contributing**

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1-
# Strapi application
1+
# create-node-strapi-app
2+
3+
## Introduction
4+
5+
This is a boilarplate for node with strapi CMS.
6+
7+
## What we are achieving to do
8+
9+
The purpose behind this is to simplify process for user to create a CMS with strapi and node js.
10+
11+
## What is our goal
12+
13+
Our goal is to make this boilarplate simple for all users and developers.
14+
15+
## Found bug
16+
17+
If you found any bug please add that bug in [issue](https://github.com/Techistan/create-node-strapi-app/blob/master/issues) section. so that our team will solve bug as soon as possible.
18+
19+
## How you can contribute
20+
21+
This extension is open source anyone can contribute. we are always ready for new ideas and new functionalities so pull request are always welcome or see [CONTRIBUTING.md](https://github.com/Techistan/create-node-strapi-app/blob/master/CONTRIBUTING.md) file for more information.
22+
23+
**Happy Contributing**
224

3-
A quick description of your strapi application

SECURITY.md

-21
This file was deleted.

0 commit comments

Comments
 (0)