Commit Graph

14 Commits

Author SHA1 Message Date
Christian Bundy ae4220a409 Increase dependabot open PR limit
Problem: 5 is not a lot and I'd rather have the builds all done and
ready when I'm ready to merge them instead of having to do them in
chunks of 5.

Solution: Allow 16 open PRs at a time. We can change as needed.
2020-11-21 16:51:26 -08:00
Christian Bundy f7c4d3cda5 Make GitHub Actions workflow faster
Problem: PRs are being run twice, once as a push and once as a PR.

Solution: Run only as a push against master or a PR against master.
2020-11-21 16:04:17 -08:00
Christian Bundy c4d7bf4798
Merge pull request #483 from christianbundy/gh-action
Convert .travis.yml to GitHub Action
2020-11-21 15:55:57 -08:00
Christian Bundy bf9173cae1 Convert .travis.yml to GitHub Action 2020-11-21 15:50:50 -08:00
Christian Bundy f68dd8fbe5
Add Dependabot 2020-11-21 14:59:38 -08:00
Christian Bundy 3f6d9fa159 Remove version question from issue template
Problem: Almost everyone is on the latest version and we probably don't
need to ask for what version they're using.

Solution: Remove the question.
2020-03-24 11:35:24 -07:00
KawaiiPunk 0841202525
PULL_REQUEST_TEMPLATE.md: Added markdown h2 styling 2020-03-03 22:59:21 +00:00
KawaiiPunk 0f3f2ac85b
ISSUE_TEMPLATE.md: Changed to markdown h2 and added version/commit question 2020-03-03 22:57:32 +00:00
Christian Bundy 51635ce6f6 Remove references to npm registry publish
Problem: The npm registry is great for proprietary modules who need to
ship binaries but not really useful for free and open source software.
It creates a divide between users and our Git repo, and introduces a
for-profit company as an intermediary to distribute Oasis.

Solution: Remove the npm registry as a distribution platform and just
use our Git repository instead. This removes npm registry references
from the readme, instead prioritizing the GitHub repository, and leaves
room for others to mirror the Git repository (for allows us to move to
less-Microsofty Git hosting).
2020-02-17 16:40:53 -08:00
Jonathan Dahan a3e22df15e
tag and publish on npm
this is just a sketch, and we need to set NPM_AUTH_TOKEN
2020-02-10 13:17:37 -05:00
Jonathan Dahan 35f2c5b904 fix typo in github issue template 2020-01-28 22:18:52 -05:00
Christian Bundy b34b04c2c2 Experiment with common-good module 2020-01-21 16:22:19 -08:00
Christian Bundy e0fef8ac28 Change issue template to be less annoying
Problem: Old issue template felt annoying.
Solution: Simpler issue template based on ZeroMQ's C4 development style.
2020-01-08 08:04:42 -08:00
Christian Bundy 514ecdee78
Add GitHub issue and PR templates 2019-09-17 07:45:42 -07:00