Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paranoia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paranoia
Commits
fcdcc7a9
Commit
fcdcc7a9
authored
Jun 18, 2015
by
Ryan Bigg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add contributing guide
parent
ca50876c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
CONTRIBUTING.md
+34
-0
No files found.
CONTRIBUTING.md
0 → 100644
View file @
fcdcc7a9
Paranoia is an open source project and we encourage contributions.
## Filing an issue
When filing an issue on the Paranoia project, please provide these details:
*
A comprehensive list of steps to reproduce the issue.
*
What you're
*expecting*
to happen compared with what's
*actually*
happening.
*
Your application's complete
`Gemfile.lock`
, and
`Gemfile.lock`
as text in a
[
Gist
](
https://gist.github.com
)
(
*not
as an image
*
)
*
Any relevant stack traces ("Full trace" preferred)
In 99% of cases, this information is enough to determine the cause and solution
to the problem that is being described.
Please remember to format code using triple backticks (
\`
) so that it is neatly
formatted when the issue is posted.
## Pull requests
We gladly accept pull requests to add documentation, fix bugs and, in some circumstances,
add new features to Paranoia.
Here's a quick guide:
1.
Fork the repo.
2.
Run the tests. We only take pull requests with passing tests, and it's great
to know that you have a clean slate.
3.
Create new branch then make changes and add tests for your changes. Only
refactoring and documentation changes require no new tests. If you are adding
functionality or fixing a bug, we need tests!
4.
Push to your fork and submit a pull request.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment