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
Before you ask a question, it is best to search for existing [Issues](https://github.com/andrewyng/aimodels/issues)
38
+
Before you ask a question, it is best to search for existing [Issues](https://github.com/andrewyng/aisuite/issues)
39
39
that might help you. In case you have found a suitable issue and still need clarification, you can write
40
40
your question in this issue. It is also advisable to search the internet for answers first.
41
41
42
42
If you then still feel the need to ask a question and need clarification, we recommend the following:
43
43
44
-
- Open an [Issue](https://github.com/andrewyng/aimodels/issues/new).
44
+
- Open an [Issue](https://github.com/andrewyng/aisuite/issues/new).
45
45
- Provide as much context as you can about what you're running into.
46
46
- Provide project and platform versions (python, OS, etc.), depending on what seems relevant.
47
47
@@ -66,10 +66,10 @@ complete the following steps in advance to help us fix any potential bug as fast
66
66
67
67
- Make sure that you are using the latest version.
68
68
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment
69
-
components/versions (Make sure that you have read the [documentation](https://github.com/andrewyng/aimodels/blob/main/README.md).
69
+
components/versions (Make sure that you have read the [documentation](https://github.com/andrewyng/aisuite/blob/main/README.md).
70
70
If you are looking for support, you might want to check [this section](#i-have-a-question)).
71
71
- To see if other users have experienced (and potentially already solved) the same issue you are having,
72
-
check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/andrewyng/aimodels?q=label%3Abug).
72
+
check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/andrewyng/aisuite?q=label%3Abug).
73
73
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub
74
74
community have discussed the issue.
75
75
- Collect information about the bug:
@@ -89,7 +89,7 @@ complete the following steps in advance to help us fix any potential bug as fast
89
89
90
90
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
91
91
92
-
- Open an [Issue](https://github.com/andrewyng/aimodels/issues/new). (Since we can't be sure at
92
+
- Open an [Issue](https://github.com/andrewyng/aisuite/issues/new). (Since we can't be sure at
93
93
this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
94
94
- Explain the behavior you would expect and the actual behavior.
95
95
- Please provide as much context as possible and describe the *reproduction steps* that someone else can
@@ -112,31 +112,31 @@ Please use the issue templates provided.
112
112
113
113
### Suggesting Enhancements
114
114
115
-
This section guides you through submitting an enhancement suggestion for aimodels,
115
+
This section guides you through submitting an enhancement suggestion for aisuite,
116
116
**including completely new features and minor improvements to existing functionality**. Following these
117
117
guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
118
118
119
119
<!-- omit in toc -->
120
120
#### Before Submitting an Enhancement
121
121
122
122
- Make sure that you are using the latest version.
123
-
- Read the [documentation](https://github.com/andrewyng/aimodels/blob/main/README.md) carefully
123
+
- Read the [documentation](https://github.com/andrewyng/aisuite/blob/main/README.md) carefully
124
124
and find out if the functionality is already covered, maybe by an individual configuration.
125
-
- Perform a [search](https://github.com/andrewyng/aimodels/issues) to see if the enhancement has
125
+
- Perform a [search](https://github.com/andrewyng/aisuite/issues) to see if the enhancement has
126
126
already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
127
127
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong
128
128
case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
129
129
130
130
<!-- omit in toc -->
131
131
#### How Do I Submit a Good Enhancement Suggestion?
132
132
133
-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/andrewyng/aimodels/issues).
133
+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/andrewyng/aisuite/issues).
134
134
135
135
- Use a **clear and descriptive title** for the issue to identify the suggestion.
136
136
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
137
137
-**Describe the current behavior** and **explain which behavior you expected to see instead** and why.
138
138
At this point you can also tell which alternatives do not work for you.
139
-
-**Explain why this enhancement would be useful** to most aimodels users. You may also want to
139
+
-**Explain why this enhancement would be useful** to most aisuite users. You may also want to
140
140
point out the other projects that solved it better and which could serve as inspiration.
141
141
142
142
@@ -145,10 +145,10 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/andrew
145
145
#### Pre-requisites
146
146
147
147
You should first [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
148
-
the `aimodels` repository and then clone your forked repository:
148
+
the `aisuite` repository and then clone your forked repository:
0 commit comments