Skip to content

Commit

Permalink
Added Discord and some contribution text
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Sep 18, 2019
1 parent 5e4b7b3 commit 4714534
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.* linguist-language=TypeScript
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Azlam Abdulsalam
Copyright (c) 2019 Accenture

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sfpowerkit

[![NPM](https://img.shields.io/npm/v/sfpowerkit.svg)](https://www.npmjs.com/package/sfpowerkit) ![npm (tag)](https://img.shields.io/npm/v/sfpowerkit/alpha) [![Board Status](https://dev.azure.com/cloudfirstanz/f7a91473-0e1c-490e-b0a0-80f9f8d82c14/c97f3cbd-bd4a-4d08-b123-9ebdd5c7c79f/_apis/work/boardbadge/6d1336f9-991b-4cb5-8cce-4173c4dcdca8?columnOptions=1)](https://dev.azure.com/cloudfirstanz/f7a91473-0e1c-490e-b0a0-80f9f8d82c14/_boards/board/t/c97f3cbd-bd4a-4d08-b123-9ebdd5c7c79f/Microsoft.RequirementCategory) [![Build status](https://dev.azure.com/cloudfirstanz/SFPowerkit/_apis/build/status/SFPowerkit-CI)](https://dev.azure.com/cloudfirstanz/SFPowerkit/_build/latest?definitionId=5) [![Greenkeeper badge](https://badges.greenkeeper.io/Accenture/sfpowerkit.svg)](https://greenkeeper.io/)![npm](https://img.shields.io/npm/dw/sfpowerkit)
[![NPM](https://img.shields.io/npm/v/sfpowerkit.svg)](https://www.npmjs.com/package/sfpowerkit) ![npm (tag)](https://img.shields.io/npm/v/sfpowerkit/alpha) [![Board Status](https://dev.azure.com/cloudfirstanz/f7a91473-0e1c-490e-b0a0-80f9f8d82c14/c97f3cbd-bd4a-4d08-b123-9ebdd5c7c79f/_apis/work/boardbadge/6d1336f9-991b-4cb5-8cce-4173c4dcdca8?columnOptions=1)](https://dev.azure.com/cloudfirstanz/f7a91473-0e1c-490e-b0a0-80f9f8d82c14/_boards/board/t/c97f3cbd-bd4a-4d08-b123-9ebdd5c7c79f/Microsoft.RequirementCategory) [![Build status](https://dev.azure.com/cloudfirstanz/SFPowerkit/_apis/build/status/SFPowerkit-CI)](https://dev.azure.com/cloudfirstanz/SFPowerkit/_build/latest?definitionId=5) [![Greenkeeper badge](https://badges.greenkeeper.io/Accenture/sfpowerkit.svg)](https://greenkeeper.io/)![npm](https://img.shields.io/npm/dw/sfpowerkit)![Discord](https://img.shields.io/discord/623705153811251210)

A Salesforce DX Plugin with multiple functionalities aimed at improving development and operational workflows
Read the blog here https://accenture.github.io/blog/2019/06/27/sfpowerkit.html
Expand Down
22 changes: 22 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<h1 id="contributing-to-projectname-">Contributing to sfpowerkit</h1>
<p>First and foremost, thank you! We appreciate that you want to contribute to sfpowerkit, your time is valuable, and your contributions mean a lot to us.</p>
<h2 id="important-">Important!</h2>
<p>By contributing to this project, you:</p>
<ul>
<li>Agree that you have authored 100% of the content</li>
<li>Agree that you have the necessary rights to the content</li>
<li>Agree that you have received the necessary permissions from your employer to make the contributions (if applicable)</li>
<li>Agree that the content you contribute may be provided under the Project license(s)</li>
<li>Agree that, if you did not author 100% of the content, the appropriate licenses and copyrights have been added along with any other necessary attribution.</li>
</ul>
<h2 id="getting-started">Getting started</h2>
<p><strong>What does "contributing" mean?</strong></p>
<p>Creating an issue is the simplest form of contributing to a project. But there are many ways to contribute, including the following:</p>
<ul>
<li>Updating or correcting documentation</li>
<li>Feature requests</li>
<li>Bug reports</li>
</ul>
<h2 id="issues">Issues</h2>
<p>Please only create issues for bug reports or feature requests. Issues discussing any other topics may be closed by the project's maintainers without further explanation.</p>
<p>Do not create issues about bumping dependencies unless a bug has been identified and you can demonstrate that it effects this repo.</p>

0 comments on commit 4714534

Please sign in to comment.