Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
1ca0f541
Commit
1ca0f541
authored
7 years ago
by
Matt Henderson
Browse files
Options
Downloads
Patches
Plain Diff
docs: Fix minor typos / grammar issues
parent
e85780ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+5
-5
5 additions, 5 deletions
CONTRIBUTING.md
with
5 additions
and
5 deletions
CONTRIBUTING.md
+
5
−
5
View file @
1ca0f541
...
...
@@ -73,16 +73,16 @@ deploy, and therefore we try to avoid it.
*
Add
**unit tests**
to verify that your code not only works but also keeps working over time. When adding tests, keep
the same directory structure used for regular classes. Try to cover
**all your code**
with tests. The bigger the test
coverage, the more reliable and better our library is. Read our
[
guidelines
](
TESTING.md
)
to learn more about tests.
*
Add proper
**documentation**
explaining
your
how to use your new feature or how your code changes things.
*
Add proper
**documentation**
explaining how to use your new feature or how your code changes things.
*
Submit your code as a
**pull request**
in github, from a branch with a descriptive name in your own fork of the
repository. Add a meaningful, short title, and explain in detail what you did and why in the description of the
*PR*
.
Add instructions on how to test your code. We appreciate branch names like
`feature/whatever-new-feature`
for new
features and
`bug/something-not-working`
for bug fixes, but this is not carved in stone.
Sometimes it can take a long time
until
we are able to process your pull requests. Don't get discouraged, we'll
eventually reach up to you. And remember that following th
is
guidelines you are making it easier for us to analyze your
Sometimes it can take a long time
before
we are able to process your pull requests. Don't get discouraged, we'll
eventually reach up to you. And remember that
by
following th
ese
guidelines
,
you are making it easier for us to analyze your
request so the process will be smoother and faster. We really appreciate you helping us out, not only with your code,
but also by following th
is
guidelines.
but also by following th
ese
guidelines.
## Reporting bugs
...
...
@@ -109,7 +109,7 @@ the next section.
In case you find a vulnerability in SimpleSAMLphp, or you want to confirm a possible security issue in the software, please
get in touch with us through
[
UNINETT's CERT team
](
https://www.uninett.no/cert
)
. Please use our PGP public key to encrypt
any possibl
e
sensitive data that you may need to submit. We will get back to you as soon as possible according to our
any possibl
y
sensitive data that you may need to submit. We will get back to you as soon as possible according to our
working hours in Central European Time.
When reporting a security issue, please add as much information as possible to help us identify, confirm, replicate and
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment