Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
4,157 contributions in the last year
Activity overview
Contribution activity
October 2020
- zeke/docs JavaScript
Created a pull request in github/docs that received 4 comments
remove all-contributors suggestion from merge notification
This PR removes the bit about using the all-contributors bot from the "you merged a PR" workflow. Resolves #218 Resolves #220 cc @github/docs-engin…
- add tip about nodenv permissions
- try listing changed files
- add recent localization contributors
- specify licenses in package.json
- Fix tests for Actions AllowList
- test CI and staging deployments work from a fork
- run windows tests on the public repo
- update scripts/README.md
- Add config.yml for behaviorbot/welcome (#55)
- Add the ability to manually test windows workflows
- docs: add tjenkinson as a contributor
- auto merge dependabot updates
- Trim pre- and post-amble in the CC-BY license text
- remove translations/*/content/README.md
- Typos jenkins
- correct the version of node required
- Reorg LICENSE files to be more discoverable
- Fix merged-notification workflow
- Use the latest triage project board action
- Update applying-labels-to-issues-and-pull-requests.md
- docs: add BenJam as a contributor
- Bump @hapi/hoek from 8.5.0 to 8.5.1
- Bump @actions/core from 1.2.4 to 1.2.6
- Improving the onboarding experience for Docs Open source
- Show new node.js version
Created an issue in github/docs that received 1 comment
run some tests conditionally to reduce overall PR check completion time
We currently run all tests on every pull request. This is a good practice because it gives us confidence that our changes won't break anything. The…