You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2019. It is now read-only.
**Description**: Put a meaningful, short, plain-language description of what
20
-
this project is trying to accomplish and why it matters.
21
-
Describe the problem(s) this project solves.
22
-
Describe how this software can improve the lives of its audience.
10
+
-[Node.js](https://nodejs.org/en/)
23
11
24
-
Other things to include:
12
+
## Installation
25
13
26
-
-**Technology stack**: Indicate the technological nature of the software, including primary programming language(s) and whether the software is intended as standalone or as a module in a framework or other ecosystem.
27
-
-**Status**: Alpha, Beta, 1.1, etc. It's OK to write a sentence, too. The goal is to let interested people know where this project is at. This is also a good place to link to the [CHANGELOG](CHANGELOG.md).
28
-
-**Links to production or demo instances**
29
-
- Describe what sets this apart from related-projects. Linking to another doc or page is OK if this can't be expressed in a sentence or two.
14
+
To use [scrub.sh](scrub.sh) to scrub GHE urls:
30
15
16
+
### Add environment variable
31
17
32
-
**Screenshot**: If the software has visual components, place a screenshot after the description; e.g.,
18
+
1. Copy `[.env_SAMPLE](.env_SAMPLE)` to your project's root.
19
+
1. Rename `.env_SAMPLE` to `.env`.
20
+
1. Edit `fake.ghe.url` to point to the real GHE url (do not include `https://`).
21
+
1.`cd` into your project repo root to activate the new environment variable. You should receive a warning and then a confirmation message:
Use appropriate formatting when showing code snippets.
58
39
59
40
## How to test the software
60
41
@@ -66,20 +47,11 @@ Document any known significant shortcomings with the software.
66
47
67
48
## Getting help
68
49
69
-
Instruct users how to get help with this software; this might include links to an issue tracker, wiki, mailing list, etc.
70
-
71
-
**Example**
72
-
73
50
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
74
51
75
52
## Getting involved
76
53
77
-
This section should detail why people should get involved and describe key areas you are
78
-
currently focusing on; e.g., trying to get feedback on features, fixing certain bugs, building
79
-
important pieces, etc.
80
-
81
-
General instructions on _how_ to contribute should be stated with a link to [CONTRIBUTING](CONTRIBUTING.md).
82
-
54
+
This software currently has no tests which means it's certainly broken. Want to write bash scripts, node.js modules, break some git histories and probably some other things? [Contributions welcome!](CONTRIBUTING.md)
0 commit comments