You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace CI Workflows, updated deps, update readme and repo links
WASM no longer inlined (as that also proved unreliable and now platform-specific importing is required)
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to maxminddb-deno
1
+
# Contributing to maxminddb-wasm
2
2
3
3
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
4
4
@@ -32,25 +32,25 @@ This project and everyone participating in it is governed by [the repository's c
32
32
33
33
### Reporting bugs
34
34
35
-
This section guides you through submitting a bug report for maxminddb-deno. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behavior 💻, and find related reports 🔎.
35
+
This section guides you through submitting a bug report for maxminddb-wasm. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behavior 💻, and find related reports 🔎.
36
36
37
-
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/josh-hemphill/maxminddb-deno/.github/.github/ISSUE_TEMPLATE/bug_report.md), the information it asks for helps us resolve issues faster.
37
+
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/josh-hemphill/maxminddb-wasm/.github/.github/ISSUE_TEMPLATE/bug_report.md), the information it asks for helps us resolve issues faster.
38
38
39
39
#### Before Submitting A Bug Report
40
40
41
-
-**Determine** the error or issue happens inside maxminddb-deno code, and is not an expected error in response to user input.
42
-
-**Perform** a [cursory search](https://github.com/issues?utf8=✓&q=is%3Aissue+repo%3Ajosh-hemphill/maxminddb-deno+label%3Abug) to see if the problem has already been reported. If it has and the issue is still open, add a comment to the existing issue instead of opening a new one.
41
+
-**Determine** the error or issue happens inside maxminddb-wasm code, and is not an expected error in response to user input.
42
+
-**Perform** a [cursory search](https://github.com/issues?utf8=✓&q=is%3Aissue+repo%3Ajosh-hemphill/maxminddb-wasm+label%3Abug) to see if the problem has already been reported. If it has and the issue is still open, add a comment to the existing issue instead of opening a new one.
43
43
44
44
#### How Do I Submit A (Good) Bug Report?
45
45
46
46
Explain the problem and include additional details to help maintainers reproduce the problem:
47
47
48
48
-**Use a clear and descriptive title** for the issue to identify the problem.
49
-
-**Describe the exact steps which reproduce the problem** in as many details as possible. For example, start by explaining how you invoked maxminddb-deno, e.g. which function exactly you used, or how you imported it otherwise. When listing steps, **don't just say what you did, but explain how you did it**. For example, if you used an internal function, don't just say you used it, provide what data you passed it, and if/how it was passed back into other maxminddb-deno functions.
49
+
-**Describe the exact steps which reproduce the problem** in as many details as possible. For example, start by explaining how you invoked maxminddb-wasm, e.g. which function exactly you used, or how you imported it otherwise. When listing steps, **don't just say what you did, but explain how you did it**. For example, if you used an internal function, don't just say you used it, provide what data you passed it, and if/how it was passed back into other maxminddb-wasm functions.
50
50
-**Provide specific examples to demonstrate the steps**. Include links to files or GitHub projects, or copy/pasteable snippets, which you use in those examples. If you're providing snippets in the issue, use [Markdown code blocks](https://help.github.com/articles/markdown-basics/#multiple-lines).
51
51
-**Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.
52
52
-**Explain which behavior you expected to see instead and why.**
53
-
-**If you're reporting that maxminddb-deno errored out**, provide the whole stack trace in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
53
+
-**If you're reporting that maxminddb-wasm errored out**, provide the whole stack trace in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
54
54
-**If the problem is related to performance or memory**, include a benchmark link with your report.
55
55
-**If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened and share more information using the guidelines below.
56
56
@@ -69,13 +69,13 @@ Include details about your configuration and environment:
69
69
70
70
### Suggesting Enhancements
71
71
72
-
This section guides you through submitting an enhancement suggestion for maxminddb-deno, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.
72
+
This section guides you through submitting an enhancement suggestion for maxminddb-wasm, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.
73
73
74
-
Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/josh-hemphill/maxminddb-deno/.github/blob/master/.github/ISSUE_TEMPLATE/feature_request.md), including the steps that you imagine you would take if the feature you're requesting existed.
74
+
Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/josh-hemphill/maxminddb-wasm/.github/blob/master/.github/ISSUE_TEMPLATE/feature_request.md), including the steps that you imagine you would take if the feature you're requesting existed.
75
75
76
76
#### Before Submitting An Enhancement Suggestion
77
77
78
-
-**Perform** a [cursory search](https://github.com/issues?utf8=✓&q=is%3Aissue+repo%3Ajosh-hemphill/maxminddb-deno+label%3Afeature) to see if the problem has already been reported. If it has and the issue is still open, add a comment to the existing issue instead of opening a new one.
78
+
-**Perform** a [cursory search](https://github.com/issues?utf8=✓&q=is%3Aissue+repo%3Ajosh-hemphill/maxminddb-wasm+label%3Afeature) to see if the problem has already been reported. If it has and the issue is still open, add a comment to the existing issue instead of opening a new one.
79
79
80
80
#### How Do I Submit A (Good) Enhancement Suggestion?
81
81
@@ -92,7 +92,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com
92
92
93
93
### Your First Code Contribution
94
94
95
-
Unsure where to begin contributing to maxminddb-deno? You can start by looking through these `beginner` and `help-wanted` issues:
95
+
Unsure where to begin contributing to maxminddb-wasm? You can start by looking through these `beginner` and `help-wanted` issues:
96
96
97
97
-[Beginner issues][beginner] - issues which should only require a few lines of code, and a test or two.
98
98
-[Help wanted issues][help-wanted] - issues which should be a bit more involved than `beginner` issues.
@@ -102,16 +102,16 @@ While not perfect, number of comments is a reasonable proxy for impact a given c
102
102
103
103
#### Local development
104
104
105
-
For instructions on how to setup and run development, see the following [Development Guide](https://github.com/josh-hemphill/maxminddb-deno/docs/development.md)
105
+
For instructions on how to setup and run development, see the following [Development Guide](https://github.com/josh-hemphill/maxminddb-wasm/docs/development.md)
106
106
107
107
### Pull Requests
108
108
109
109
The process described here has several goals:
110
110
111
-
- Maintain maxminddb-deno's quality
111
+
- Maintain maxminddb-wasm's quality
112
112
- Fix problems that are important to users
113
-
- Engage the community in working toward the best possible maxminddb-deno
114
-
- Enable a sustainable system for maxminddb-deno's maintainers to review contributions
113
+
- Engage the community in working toward the best possible maxminddb-wasm
114
+
- Enable a sustainable system for maxminddb-wasm's maintainers to review contributions
115
115
116
116
Please follow these steps to have your contribution considered by the maintainers:
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ assignees: 'josh-hemphill'
8
8
9
9
<!--
10
10
11
-
Have you read maxmind-deno's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/josh-hemphill/maxmind-deno/.github/CODE_OF_CONDUCT.md
11
+
Have you read maxminddb-wasm's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/josh-hemphill/maxminddb-wasm/.github/CODE_OF_CONDUCT.md
12
12
13
13
-->
14
14
15
15
### Prerequisites
16
16
17
-
*[ ] Reproduced the problem in a sandbox or repo: <https://codepen.io>
18
-
*[ ] Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+repo%3Ajosh-hemphill/maxmind-deno>
17
+
*[ ] Reproduced the problem in a sandbox or repo
18
+
*[ ] Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+repo%3Ajosh-hemphill/maxminddb-wasm>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: "\U0001F680 Feature Request"
3
-
about: I have an idea for maxminddb-deno
3
+
about: I have an idea for maxminddb-wasm
4
4
title: '[Enhance]: %s'
5
5
labels: [feature, feature_request]
6
6
assignees: 'josh-hemphill'
@@ -9,7 +9,7 @@ assignees: 'josh-hemphill'
9
9
10
10
<!--
11
11
12
-
Have you read maxminddb-deno's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/josh-hemphill/maxminddb-deno/.github/CODE_OF_CONDUCT.md
12
+
Have you read maxminddb-wasm's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/josh-hemphill/maxminddb-wasm/.github/CODE_OF_CONDUCT.md
0 commit comments