Skip to content

Commit

Permalink
Merge branch 'main' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallory Knodel authored Jan 17, 2024
2 parents 38d6581 + 599bc38 commit bc6e6ce
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 106 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See http://editorconfig.org

root = true

[*.{md,xml,org}]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Automatically generated CODEOWNERS
# Regenerate with `make update-codeowners`
draft-knodel-nomcom-gender-representation.md [email protected]
99 changes: 0 additions & 99 deletions .github/workflows/setup.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
*.html
*.pdf
*.redxml
*.swp
*.txt
*.upload
*~
.tags
/*-[0-9][0-9].xml
/.gems/
/.refcache
/.targets.mk
/.venv/
/.vscode/
/lib
/node_modules/
/versioned/
Gemfile.lock
archive.json
draft-knodel-nomcom-gender-representation.xml
package-lock.json
report.xml
!requirements.txt
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contributing

This repository relates to activities in the Internet Engineering Task Force
([IETF](https://www.ietf.org/)). All material in this repository is considered
Contributions to the IETF Standards Process, as defined in the intellectual
property policies of IETF currently designated as
[BCP 78](https://www.rfc-editor.org/info/bcp78),
[BCP 79](https://www.rfc-editor.org/info/bcp79) and the
[IETF Trust Legal Provisions (TLP) Relating to IETF Documents](http://trustee.ietf.org/trust-legal-provisions.html).

Any edit, commit, pull request, issue, comment or other change made to this
repository constitutes Contributions to the IETF Standards Process
(https://www.ietf.org/).

You agree to comply with all applicable IETF policies and procedures, including,
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
subject to a Simplified BSD License) in Contributions.
## Working Group Information

Discussion of this work occurs on the [Operation of the IESG/IAB Nominating and Recall Committees
Working Group mailing list](mailto:[email protected])
([archive](http://lists.elistx.com/archives/ietf-nomcom/),
[subscribe]([email protected])).
In addition to contributions in GitHub, you are encouraged to participate in
discussions there.

**Note**: Some working groups adopt a policy whereby substantive discussion of
technical issues needs to occur on the mailing list.

You might also like to familiarize yourself with other
[Working Group documents](https://datatracker.ietf.org/wg/nomcom/documents/).
4 changes: 4 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# License

See the
[guidelines for contributions](https://github.com/mallory/nomcom-gender-representation/blob/main/CONTRIBUTING.md).
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
LIBDIR := lib
include $(LIBDIR)/main.mk

$(LIBDIR)/main.mk:
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
git submodule sync
git submodule update $(CLONE_ARGS) --init
else
git clone -q --depth 10 $(CLONE_ARGS) \
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
endif
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Gender Representation in the IETF Nominating Committee
# Gender Representation in the IETF Nominating Committees

This is the working area for the individual Internet-Draft, "Gender Representation in the IETF Nominating Committee".
This is the working area for the individual Internet-Draft, "Gender Representation in the IETF Nominating Committees".

## Building the Draft
* [Editor's Copy](https://mallory.github.io/nomcom-gender-representation/#go.draft-knodel-nomcom-gender-representation.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-knodel-nomcom-gender-representation)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-knodel-nomcom-gender-representation)
* [Compare Editor's Copy to Individual Draft](https://mallory.github.io/nomcom-gender-representation/#go.draft-knodel-nomcom-gender-representation.diff)


## Contributing

See the
[guidelines for contributions](https://github.com/mallory/nomcom-gender-representation/blob/main/CONTRIBUTING.md).

Contributions can be made by creating pull requests.
The GitHub interface supports creating pull requests using the Edit (✏) button.


## Command Line Usage

Formatted text and HTML versions of the draft can be built using `make`.

```sh
$ make
```

This requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/master/doc/SETUP.md).
Command line usage requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).

7 changes: 5 additions & 2 deletions draft-knodel-nomcom-gender-representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ title: "Gender Representation in the IETF Nominating Committees"
abbrev: "nomcom-gender-representation"
category: info


docname: draft-knodel-nomcom-gender-representation-latest
submissiontype: IETF
number:
date:
consensus: true
v: 3

area: GENART
workgroup:
keyword:
Expand All @@ -18,8 +20,9 @@ venue:
type:
mail:
arch:
github: mallory/nomcom-gender-representation
latest:
github: "mallory/nomcom-gender-representation"
latest: "https://mallory.github.io/nomcom-gender-representation/draft-knodel-nomcom-gender-representation.html"


author:
-
Expand Down

0 comments on commit bc6e6ce

Please sign in to comment.