Skip to content

Commit f22801c

Browse files
committed
update files
1 parent 2be2a90 commit f22801c

File tree

3 files changed

+45
-7
lines changed

3 files changed

+45
-7
lines changed

CONTRIBUTING.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,42 @@ repository constitutes Contributions to the IETF Standards Process
1515
You agree to comply with all applicable IETF policies and procedures, including,
1616
BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being
1717
subject to a Simplified BSD License) in Contributions.
18+
19+
20+
## Working Group Information
21+
22+
Discussion of this work occurs on the [Building Blocks for HTTP APIs
23+
Working Group mailing list](mailto:[email protected])
24+
([archive](https://mailarchive.ietf.org/arch/browse/httpapi/),
25+
[subscribe](https://www.ietf.org/mailman/listinfo/httpapi)).
26+
In addition to contributions in GitHub, you are encouraged to participate in
27+
discussions there.
28+
29+
**Note**: Some working groups adopt a policy whereby substantive discussion of
30+
technical issues needs to occur on the mailing list.
31+
32+
You might also like to familiarize yourself with other
33+
[Working Group documents](https://datatracker.ietf.org/wg/httpapi/documents/).
34+
35+
## How to Contribute
36+
37+
Contributions can be made by creating pull requests, opening an issue, or
38+
posting to the working group mailing list. See above for the email address
39+
and a note about policy.
40+
41+
Here are two ways to create a pull request ("PR"):
42+
43+
- Copy the repository and make a pull request using the Git command-line
44+
tool, using the [GitHub documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) if needed.
45+
46+
- You can use the GitHub UI as follows:
47+
- View the draft source
48+
- Select the pencil icon to edit the file (usually top-right on the screen)
49+
- Make edits
50+
- Select "Commit changes"
51+
- Add a title and explanatory text
52+
- Select "Propose"
53+
- When prompted, click on "Create Pull Request"
54+
55+
Document authors/editors are often happy to accept contributions of text,
56+
and might be willing to help you through the process. Email them and ask.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License
22

33
See the
4-
[guidelines for contributions](https://github.com/richsalz/draft-rsalz-httpapi-privacy/blob/main/CONTRIBUTING.md).
4+
[guidelines for contributions](https://github.com/ietf-wg-httpapi/httpapi-privacy/blob/main/CONTRIBUTING.md).

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44

55
This is the working area for the IETF [HTTPAPI Working Group](https://datatracker.ietf.org/group/httpapi/documents/) Internet-Draft, "API Keys and Privacy".
66

7-
* [Editor's Copy](https://richsalz.github.io/draft-rsalz-httpapi-privacy/#go.draft-ietf-httpapi-privacy.html)
7+
* [Editor's Copy](https://ietf-wg-httpapi.github.io/httpapi-privacy/#go.draft-ietf-httpapi-privacy.html)
88
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-httpapi-privacy)
99
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-privacy)
10-
* [Compare Editor's Copy to Working Group Draft](https://richsalz.github.io/draft-rsalz-httpapi-privacy/#go.draft-ietf-httpapi-privacy.diff)
10+
* [Compare Editor's Copy to Working Group Draft](https://ietf-wg-httpapi.github.io/httpapi-privacy/#go.draft-ietf-httpapi-privacy.diff)
1111

1212

1313
## Contributing
1414

1515
See the
16-
[guidelines for contributions](https://github.com/richsalz/draft-rsalz-httpapi-privacy/blob/main/CONTRIBUTING.md).
17-
18-
Contributions can be made by creating pull requests.
19-
The GitHub interface supports creating pull requests using the Edit (✏) button.
16+
[guidelines for contributions](https://github.com/ietf-wg-httpapi/httpapi-privacy/blob/main/CONTRIBUTING.md).
2017

18+
The contributing file also has tips on how to make contributions, if you
19+
don't already know how to do that.
2120

2221
## Command Line Usage
2322

0 commit comments

Comments
 (0)