Bump semver from 6.3.0 to 6.3.1
Bumps semver from 6.3.0 to 6.3.1.
updated-dependencies:
- dependency-name: semver dependency-type: indirect …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
make-node-meeting
Generate a text for a GitHub issue announcing a Node.js working group meeting
Up and Running: Installation and Usage
To get started with
make-node-meetinginstall the tool globally:Next, make sure
coreutilsis installed (macOS):Once the dependencies are installed, create a new directory to hold the config for the meeting you want to generate:
Create a new
.shfile in this directory to hold your meeting configuration:Once this file is created, open it in your editor of choice add a configuration. There are several example configurations in this repo.
When the configuration is added, run the following command:
Fill out the questions it asks as appropriate for your specific case. Once complete,
make-node-meetingwill output the Markdown source into your terminal - copy and paste it into your issue and you should be ready to go!Configuration
Given a working group “code”, produce Markdown-formatted issue text for that working group. The code is used to load a configuration file as
~/.make-node-meeting/code.shwhich contains settings required for customising the text.The configuration file must contain:
The configuration file can optionally contain:
The
MEETING_TIMEis used to work out when the next meeting should occur and print that date and time accordingly, with translations to various world timezomes.For example,
~/.make-node-meeting/ctc.shmight contain:Furthermore, node-meeting-agenda is used to embed the agenda inline in the text. The group code is used to look up the
code-agendalabel across thenodejsGitHub org, e.g.ctc-agenda, to find issues and pull requests that need to be on the meeting agenda.License
make-node-meeting is Copyright (c) 2016 Rod Vagg @rvagg and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.