Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e13f65

Browse files
committed
added more content
1 parent 2e038d2 commit 3e13f65

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

contributing-guidelines.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add an image | `![image name](./images/signal-impact-2.png)`
4646
Referencing the HackerOne blog link | Use `https://hackerone.com/blog` not www.hackerone.com/blog
4747

4848
### Active Voice
49-
We use active voice at HackerOne as active voice is more personal and engaging vs. passive voice. In active voice, the subject does or acts upon the verb, while in passive voice, the subject is being acted upon.
49+
We use active voice at HackerOne as active voice is more personal and engaging vs. passive voice. In active voice, the subject does or acts upon the verb, while in passive voice, the subject is being acted upon.
5050

5151
Active Voice (Yes, please use this!) | Passive Voice (Steer away from this)
5252
------------------------------------ | -------------------------------------
@@ -68,4 +68,29 @@ we've | we have
6868
you're | you are
6969

7070
### Spelling
71-
There are some words that can be used either way. In order to keep consistency, we need to agree on which ambiguous word we'll be using.
71+
There are some words that can be used with multiple spellings. In order to keep consistency, we need to agree on which spelling to go with.
72+
73+
Yes | No
74+
--- | ---
75+
checkbox | check box
76+
double-check | double check (this is a noun)
77+
78+
### Numbers
79+
For numbers that are greater than 0, use the numerical number instead of spelling it out. For 0, spell out the word.
80+
81+
Yes | No
82+
--- | ---
83+
Zero | 0
84+
There are **2** vulnerabilities in that program. | There are **two** vulnerabilities in that program.
85+
The program has **3** valid reports. | The program has **three** valid reports.
86+
87+
### Error Messages
88+
The purpose of error messages isn’t to tell users that they’ve made a mistake. The goal is to give them instructions with how to fix an error.
89+
90+
Good Error Message | Bad Error Message
91+
------------------ | -----------------
92+
Enter a date that isn’t before the reported date. | The resolved date can’t be before the reported date.
93+
Sorry, we couldn’t find an account with that username. Can we help you recover your username? | That username doesn’t exist.
94+
Sorry, that password isn’t right. We can help you recover your password. | Wrong password.
95+
Enter a valid email address to use as your Apple ID. | The email address entered is invalid.
96+
That account doesn’t exist. Enter a different account or create a new one. | Sign-in unsuccessful. Please try again.

0 commit comments

Comments
 (0)